[]
Draws the specified text string within the given bounds.
public void DrawString(string text, RectangleF bounds)
| Type | Name | Description |
|---|---|---|
| string | text | The text string to draw. |
| RectangleF | bounds | The bounding rectangle for the text, in twips. |