'Declaration Public Overloads Overrides Sub DrawString( _
ByVal textA string in Unicode encoding to draw.As System.String, _
ByVal fontThe font, which should be used for drawing text.As Vintasoft.Imaging.Drawing.IDrawingFont, _
ByVal brushThe brush, which should be used for drawing text.As Vintasoft.Imaging.Drawing.IDrawingBrush, _
ByVal pointThe upper-left corner of the drawn text.As System.Drawing.PointF _
)
public override void DrawString(
System.String text,
Vintasoft.Imaging.Drawing.IDrawingFont font,
Vintasoft.Imaging.Drawing.IDrawingBrush brush,
System.Drawing.PointF point
)
public: void DrawString(
System.String text,
Vintasoft.Imaging.Drawing.IDrawingFont* font,
Vintasoft.Imaging.Drawing.IDrawingBrush* brush,
System.Drawing.PointF point
); override
public:
void DrawString(
System.String text,
Vintasoft.Imaging.Drawing.IDrawingFont^ font,
Vintasoft.Imaging.Drawing.IDrawingBrush^ brush,
System.Drawing.PointF point
); override
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.