Renderer.PixelToInkSpace Method
Converts one or more locations from pixel coordinates to ink space coordinates.
Overload List
Name | Description |
---|---|
Renderer.PixelToInkSpace (Graphics, Point) | Converts a location in pixel space coordinates to be a location in ink space coordinates by using a Graphics object for the conversion. |
Renderer.PixelToInkSpace (Graphics, Point[]) | Converts an array of locations in pixel space coordinates to be an array of locations in ink space coordinates by using a Graphics object for the conversion. |
Renderer.PixelToInkSpace (IntPtr, Point) | Converts a location in pixel space coordinates to be a location in ink space coordinates by using a handle for the conversion. |
Renderer.PixelToInkSpace (IntPtr, Point[]) | Converts an array of locations in pixel space coordinates to be an array of locations in ink space coordinates by using a handle for the conversion. |
See Also
Reference
Renderer Class
Renderer Members
Microsoft.Ink Namespace
Microsoft.Ink.Renderer.InkSpaceToPixel