VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / CompositeDrawingEngine Class / DrawString Methods / DrawString(String,IDrawingFont,IDrawingBrush,PointF) Method
Syntax Requirements SeeAlso
In This Topic
DrawString(String,IDrawingFont,IDrawingBrush,PointF) Method (CompositeDrawingEngine)
In This Topic
Draws the specified unicode string at the specified location using the specified IDrawingBrush and IDrawingFont objects.
Syntax
'Declaration

Public Overloads Overrides Sub DrawString( _
ByVal text
A string in Unicode encoding to draw.
As System.String, _
ByVal font
The font, which should be used for drawing text.
As IDrawingFont, _
ByVal brush
The brush, which should be used for drawing text.
As IDrawingBrush, _
ByVal point
The upper-left corner of the drawn text.
As System.Drawing.PointF _
)
public override void DrawString(
System.String 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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also