[]
Draws the specified text at the specified location using the specified device context, font, and color.
void DrawString(string text, RectangleF bounds)
| Type | Name | Description |
|---|---|---|
| string | text | The text to draw./// |
| RectangleF | bounds | The rectangle that bounds the text./// |