VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiFont Class / AddStringCore(IGraphicsPath,String,PointF) Method
Syntax Requirements SeeAlso
In This Topic
    AddStringCore(IGraphicsPath,String,PointF) Method (GdiFont)
    In This Topic
    Adds the specified string to the specified IGraphicsPath at the specified location.
    Syntax
    'Declaration
    
    Protected Overrides Sub AddStringCore( _
    ByVal graphicsPath
    The graphics path.
    As Vintasoft.Imaging.Drawing.IGraphicsPath, _
    ByVal text
    A string to draw.
    As System.String, _
    ByVal point
    The upper-left corner of the adding text.
    As System.Drawing.PointF _
    )
    protected override void AddStringCore(
    Vintasoft.Imaging.Drawing.IGraphicsPath graphicsPath,
    System.String text,
    System.Drawing.PointF point
    )
    protected: void AddStringCore(
    Vintasoft.Imaging.Drawing.IGraphicsPath* graphicsPath,
    System.String text,
    System.Drawing.PointF point
    ); override
    protected:
    void AddStringCore(
    Vintasoft.Imaging.Drawing.IGraphicsPath^ graphicsPath,
    System.String text,
    System.Drawing.PointF point
    ); override

    Parameters

    graphicsPath
    The graphics path.
    text
    A string 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