Share via


Renderer.PixelToInkSpace Method

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

Converts one or more locations from pixel coordinates to ink space coordinates.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method 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.
Public method PixelToInkSpace(Graphics, array<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.
Public method 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.
Public method PixelToInkSpace(IntPtr, array<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.

Top

See Also

Reference

Renderer Class

Renderer Members

Microsoft.Ink Namespace