Renderer.InkSpaceToPixel Method
Renderer.InkSpaceToPixel Method |
Converts one or more locations in ink space coordinates to be in pixel space.
Overload List
public void InkSpaceToPixel(Graphics, Point) public void InkSpaceToPixel(Graphics, Point) public void InkSpaceToPixel(IntPtr, Point) public void InkSpaceToPixel(IntPtr, Point)
Remarks
The InkSpaceToPixel method applies the object transform of the Renderer object, applies the view transform, and then converts from HIMETRIC to pixel units.
Examples
See Also