Share via


Renderer.InkSpaceToPixel Method

Converts one or more locations in ink space coordinates to be in pixel space.

Overload List

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

See Also

Reference

Renderer Class
Renderer Members
Microsoft.Ink Namespace
Microsoft.Ink.Renderer.PixelToInkSpace