Renderer.InkSpaceToPixel 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 in ink space coordinates to be in pixel space.
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 | |
---|---|---|
InkSpaceToPixel(Graphics, Point%) | Converts a location in ink space coordinates to be a location in pixel space by using a Graphics object for the conversion. | |
InkSpaceToPixel(Graphics, array<Point[]%) | Converts an array of locations in ink space coordinates to be in pixel space by using a Graphics object for the conversion. | |
InkSpaceToPixel(IntPtr, Point%) | Converts a location in ink space coordinates to be a location in pixel space by using a handle for the conversion. | |
InkSpaceToPixel(IntPtr, array<Point[]%) | Converts an array of locations in ink space coordinates to be in pixel space by using a handle for the conversion. |
Top