Void
IDraw2DContext
.DrawText2D(Int32 x, Int32 y, String text)
Draws text at the given x and y pixel coordinates.
Remarks
Examples
Parameters
x
Type: Int32
The x coordinate.
y
Type: Int32
The y coordinate.
text
Type: String
The text to display.
Return Value
Type: Void