VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFontWithFallback Class / AddString Methods / AddString(IGraphicsPath,DrawingString,PointF) Method
Syntax Requirements SeeAlso
In This Topic
    AddString(IGraphicsPath,DrawingString,PointF) Method (DrawingFontWithFallback)
    In This Topic
    Adds the specified text string to the specified IGraphicsPath at the specified location.
    Syntax
    'Declaration
    
    Public Overloads Overrides Sub AddString( _
    ByVal graphicsPath
    The graphics path.
    As IGraphicsPath, _
    ByVal text
    The text to draw.
    As DrawingString, _
    ByVal point
    The upper-left corner of the adding text.
    As System.Drawing.PointF _
    )
    public override void AddString(
    IGraphicsPath graphicsPath,
    DrawingString text,
    System.Drawing.PointF point
    )
    public: void AddString(
    IGraphicsPath* graphicsPath,
    DrawingString* text,
    System.Drawing.PointF point
    ); override
    public:
    void AddString(
    IGraphicsPath^ graphicsPath,
    DrawingString^ text,
    System.Drawing.PointF point
    ); override

    Parameters

    graphicsPath
    The graphics path.
    text
    The text to draw.
    point
    The upper-left corner of the 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