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 | |
---|---|---|
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. | |
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. | |
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. | |
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