GraphicsDrawText Method |
| Name | Description | |
|---|---|---|
| DrawText(FormattedText, PointF) |
Draws formatted text at the specified location
| |
| DrawText(Font, Brush, PointF, String) |
Draws text with the specified font, brush and location
| |
| DrawText(Font, Color, PointF, String) |
Draws text with the specified font, color and location
| |
| DrawText(Font, SolidBrush, PointF, String) |
Draws text with the specified font, brush and location
| |
| DrawText(Font, Brush, Single, Single, String) |
Draws text with the specified font, brush and location
| |
| DrawText(Font, Color, Single, Single, String) |
Draws text with the specified font, color and location
| |
| DrawText(Font, SolidBrush, Single, Single, String) |
Draws text with the specified font, brush and location
| |
| DrawText(Font, Brush, RectangleF, String, FormattedTextWrapMode, FormattedTextAlignment, FormattedTextTrimming) |
Draws text in a rectangle with the specified formatted text trimming
|