'Declaration Public Overloads Overrides Sub DrawString( _
ByVal textThe drawing string to draw.As DrawingString, _
ByVal fontThe font.As IDrawingFont, _
ByVal brushThe color and texture of the drawn text.As IDrawingBrush, _
ByVal pointThe upper-left corner of the drawn text.As System.Drawing.PointF _
)
public override void DrawString(
DrawingString text,
IDrawingFont font,
IDrawingBrush brush,
System.Drawing.PointF point
)
public: void DrawString(
DrawingString* text,
IDrawingFont* font,
IDrawingBrush* brush,
System.Drawing.PointF point
); override
public:
void DrawString(
DrawingString^ text,
IDrawingFont^ font,
IDrawingBrush^ brush,
System.Drawing.PointF point
); override
Parameters
- text
- The drawing string to draw.
- font
- The font.
- brush
- The color and texture of the drawn text.
- point
- The upper-left corner of the drawn text.