Void
IDraw2DContext
.MoveTo2D(Int32 x, Int32 y)
Moves the pencil to the given x and y pixel coordinates.
Remarks
Examples
Parameters
x
Type: Int32
The x coordinate.
y
Type: Int32
The y coordinate.
Return Value
Type: Void