Draws the specified text string at the specified location with the specified Brush and Font objects. using the formatting attributes of the specified StringFormat object.
Overload List
Overload | Description |
DrawString(String,FontEx,BrushEx,PointFEx,StringFormatEx) | Draws the specified text string at the specified location with the specified Brush and Font objects. using the formatting attributes of the specified StringFormat object. |
DrawString(String,FontEx,BrushEx,RectangleFEx,StringFormatEx) | 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,FontEx,BrushEx,PointFEx) | Draws the specified text string at the specified location with the specified Brush and Font objects. |
See Also