Graphics.DrawString methods
Overload list
| Method | Description |
|---|---|
| DrawString(WCHAR*,INT,Font*,PointF&,Brush*) |
The Graphics::DrawString method draws a string based on a font and an origin for the string. |
| DrawString(WCHAR*,INT,Font*,RectF&,StringFormat*,Brush*) |
The Graphics::DrawString method draws a string based on a font, a layout rectangle, and a format. |
| DrawString(WCHAR*,INT,Font*,PointF&,StringFormat*,Brush*) |
The Graphics::DrawString method draws a string based on a font, a string origin, and a format. |
Send comments about this topic to Microsoft
Build date: 3/6/2012