Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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