Method DrawText
DrawText(string, Font, Brush, RectD, TextFormat)
Draws text using the specified drawing parameters and text format.
void DrawText(string text, Font font, Brush brush, RectD bounds, TextFormat format)
Parameters
text
stringText string,
font
FontText font.
brush
BrushBrush.
bounds
RectDBounds in which text is drawn.
format
TextFormatText format.