Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void DrawText(string, Brush, Font, double, double)

  • Declared in: RT.Util.Drawing.Canvas

Declaration

public void DrawText(
    string text,
    Brush brush,
    Font font,
    double centerX,
    double centerY
)

Summary

Draws text using the specified font and brush. The text's bounding box is centered on the specified point.