Renderer.PixelToInkSpace Method

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