InkSpaceToPixel Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
Microsoft.Ink Namespace
Renderer Class
Renderer Methods
InkSpaceToPixel Method
InkSpaceToPixel Method (Graphi ...
InkSpaceToPixel Method (Graphi ...
InkSpaceToPixel Method (IntPtr ...
InkSpaceToPixel 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
.
.
::
.
InkSpaceToPixel Method
Converts one or more locations in
ink space
coordinates to be in pixel space.
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
See Also
Reference
Renderer Class
Renderer Members
Microsoft.Ink Namespace
Tags :