[]
Draws text within a specified area size.
protected void drawNagText(Graphics g, string text, Size sz)
Type | Name | Description |
---|---|---|
Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
string | text | The text to draw. |
Size | sz | The maximum layout area for the text. |