Graphics::DrawString Method

 

Draws the specified text string at the specified location with the specified Brush and Font objects.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodDrawString(String^, Font^, Brush^, PointF)

Draws the specified text string at the specified location with the specified Brush and Font objects.

System_CAPS_pubmethodDrawString(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.

System_CAPS_pubmethodDrawString(String^, Font^, Brush^, RectangleF)

Draws the specified text string in the specified rectangle with the specified Brush and Font objects.

System_CAPS_pubmethodDrawString(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.

System_CAPS_pubmethodDrawString(String^, Font^, Brush^, Single, Single)

Draws the specified text string at the specified location with the specified Brush and Font objects.

System_CAPS_pubmethodDrawString(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.

Return to top
Show: