Bagikan melalui


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
Public method 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.
Public method 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.
Public method InkSpaceToPixel(IntPtr, Point%) Converts a location in ink space coordinates to be a location in pixel space by using a handle for the conversion.
Public method 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

See Also

Reference

Renderer Class

Renderer Members

Microsoft.Ink Namespace