[]
Draws the specified text string at the specified location with the specified Brush and Font objects. using the specified layout rectangle and formatting attributes of the specified StringFormat object.
public virtual void DrawString(string value, FontInfo font, BrushEx brush, RectangleF layoutRectangle, StringFormatEx format)
Type | Name | Description |
---|---|---|
string | value | |
FontInfo | font | |
BrushEx | brush | |
RectangleF | layoutRectangle | |
StringFormatEx | format |