VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextSymbol Class / GetAsGraphicsPath() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetAsGraphicsPath() Method (TextSymbol)
    In This Topic
    Returns a text symbol as IGraphicsPath.
    Syntax
    'Declaration
    
    Public Function GetAsGraphicsPath() As Vintasoft.Imaging.Drawing.IGraphicsPath
    
    
    public Vintasoft.Imaging.Drawing.IGraphicsPath GetAsGraphicsPath()
    
    
    public: Vintasoft.Imaging.Drawing.IGraphicsPath* GetAsGraphicsPath()
    
    
    public:
    Vintasoft.Imaging.Drawing.IGraphicsPath^ GetAsGraphicsPath()

    Return Value

    A text symbol as IGraphicsPath.
    Remarks

    Graphics path of symbol defined in font coordinate space ((1/72 inch)*1000).

    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