Void
IDraw2DContext
.DrawText2D(
IPoint
point,
String
text)
Draws text at the given point.
Remarks
Examples
Parameters
point
Type:
IPoint
The text coordinates.
text
Type:
String
The text to draw.
Return Value
Type:
Void