This documentation is archived and is not being maintained.
Graphics.DrawString Method
Visual Studio 2008
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Name | Description | |
---|---|---|
![]() |
DrawString(String, Font, Brush, PointF) | Draws the specified text string at the specified location with the specified Brush and Font objects. |
![]() ![]() |
DrawString(String, Font, Brush, RectangleF) | Draws the specified text string in the specified rectangle with the specified Brush and Font objects. |
![]() |
DrawString(String, Font, Brush, PointF, StringFormat) | Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. |
![]() ![]() |
DrawString(String, Font, Brush, RectangleF, StringFormat) | Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. |
![]() ![]() |
DrawString(String, Font, Brush, Single, Single) | Draws the specified text string at the specified location with the specified Brush and Font objects. |
![]() ![]() |
DrawString(String, Font, Brush, Single, Single, StringFormat) | Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. |
Show: