Void IDraw2DContext.DrawText2D(IPoint point, String text)

Draws text at the given point.

Parameters

  • point
    Type: IPoint
    The text coordinates.
  • text
    Type: String
    The text to draw.