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.PixelToInkSpace Method |
Converts one or more locations from pixel coordinates to ink space coordinates.
Overload List
public void PixelToInkSpace(Graphics, Point) public void PixelToInkSpace(Graphics, Point) public void PixelToInkSpace(IntPtr, Point) public void PixelToInkSpace(IntPtr, Point)
Remarks
The PixelToInkSpace method converts from pixel to ink space—where one HIMETRIC unit = .01mm, applies the inverse of the view transform, and then applies the object transform.
Examples
See Also