VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / DrawFormattedText Methods / DrawFormattedText(FormattedText,PointF) Method
Syntax Requirements SeeAlso
In This Topic
DrawFormattedText(FormattedText,PointF) Method (DrawingEngine)
In This Topic
Draws the specified formatted text at the specified System.Drawing.PointF.
Syntax
'Declaration

Public Overloads Sub DrawFormattedText( _
ByVal formattedText
A formatted text to draw.
As FormattedText, _
ByVal point
The System.Drawing.PointF, where text should be drawn.
As System.Drawing.PointF _
)
public void DrawFormattedText(
FormattedText formattedText,
System.Drawing.PointF point
)

Parameters

formattedText
A formatted text to draw.
point
The System.Drawing.PointF, where text should be drawn.
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