'Declaration Public Overloads Overridable Sub DrawString( _
ByVal textA string in Unicode encoding to draw.As DrawingString, _
ByVal fontThe font, which should be used for drawing text.As IDrawingFont, _
ByVal brushThe brush, which should be used for drawing text.As IDrawingBrush, _
ByVal pointThe upper-left corner of the drawn text.As System.Drawing.PointF _
)
public virtual void DrawString(
DrawingString text,
IDrawingFont font,
IDrawingBrush brush,
System.Drawing.PointF point
)
public: virtual void DrawString(
DrawingString* text,
IDrawingFont* font,
IDrawingBrush* brush,
System.Drawing.PointF point
)
public:
virtual void DrawString(
DrawingString^ text,
IDrawingFont^ font,
IDrawingBrush^ brush,
System.Drawing.PointF point
)
Parameters
- text
- A string in Unicode encoding to draw.
- font
- The font, which should be used for drawing text.
- brush
- The brush, which should be used for drawing text.
- point
- The upper-left corner of the drawn text.