Void
IDraw2DContext
.LineTo2D(Int32 x, Int32 y)
Draws a line from the current position 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