PixelToInkSpace Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
Microsoft.Ink Namespace
Renderer Class
Renderer Methods
PixelToInkSpace Method
PixelToInkSpace Method (Graphi ...
PixelToInkSpace Method (Graphi ...
PixelToInkSpace Method (IntPtr ...
PixelToInkSpace Method (IntPtr ...
Renderer Methods
Draw Method
GetObjectTransform Method
GetViewTransform Method
InkSpaceToPixel Method
Measure Method
Move Method
PixelToInkSpace Method
Rotate Method
Scale Method
SetObjectTransform Method
SetViewTransform Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Renderer
.
.
::
.
PixelToInkSpace Method
Converts one or more locations from pixel coordinates to
ink space
coordinates.
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
See Also
Reference
Renderer Class
Renderer Members
Microsoft.Ink Namespace
Tags :