VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathWrapper Class / AddText Methods / AddText(String,IDrawingFont,RectangleF,TextLayoutProperties) Method
Syntax Requirements SeeAlso
In This Topic
    AddText(String,IDrawingFont,RectangleF,TextLayoutProperties) Method (GraphicsPathWrapper)
    In This Topic
    Adds a text string to this path.
    Syntax
    'Declaration
    
    Public Overloads Overridable 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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also