VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / IGraphicsPath Interface / AddText Methods / AddText(String,IDrawingFont,RectangleF,TextLayoutProperties) Method
Syntax Requirements SeeAlso
In This Topic
AddText(String,IDrawingFont,RectangleF,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 rect
A System.Drawing.RectangleF that represents the rectangle that bounds the text.
As System.Drawing.RectangleF, _
ByVal layoutProperties
The TextLayoutProperties, which should be used for adding text.
As TextLayoutProperties _
)

Parameters

text
The text to add.
font
The font, which should be used for adding text.
rect
A System.Drawing.RectangleF that represents the rectangle that bounds the text.
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