VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / IGraphicsPath Interface / AddText Methods / AddText(String,IDrawingFont,PointF,TextLayoutProperties) Method
Syntax Requirements SeeAlso
In This Topic
AddText(String,IDrawingFont,PointF,TextLayoutProperties) Method (IGraphicsPath)
In This Topic
Adds a text to this path.
Syntax
'Declaration

Public Overloads Sub AddText( _
ByVal text
The text to add.
As System.String, _
ByVal font
The font, which should be used for adding text.
As IDrawingFont, _
ByVal point
A System.Drawing.PointF that represents the text position.
As System.Drawing.PointF, _
ByVal layoutProperties
The TextLayoutProperties, which should be used for adding text.
As TextLayoutProperties _
)
public void AddText(
System.String text,
IDrawingFont font,
System.Drawing.PointF point,
TextLayoutProperties layoutProperties
)

Parameters

text
The text to add.
font
The font, which should be used for adding text.
point
A System.Drawing.PointF that represents the text position.
layoutProperties
The TextLayoutProperties, which should be used for adding 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