Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NFont Class / GetTextPath Method / GetTextPath(String,NRectangle,Double,NPaintTextRectSettings) Method


In This Topic
    GetTextPath(String,NRectangle,Double,NPaintTextRectSettings) Method
    In This Topic
    Gets the text path.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetTextPath( _
       ByVal text As System.String, _
       ByVal bounds As NRectangle, _
       ByVal resolution As System.Double, _
       ByRef settings As NPaintTextRectSettings _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NFont
    Dim text As System.String
    Dim bounds As NRectangle
    Dim resolution As System.Double
    Dim settings As NPaintTextRectSettings
    Dim value As NGraphicsPath
     
    value = instance.GetTextPath(text, bounds, resolution, settings)
    public NGraphicsPath GetTextPath( 
       System.string text,
       NRectangle bounds,
       System.double resolution,
       ref NPaintTextRectSettings settings
    )

    Parameters

    text
    bounds
    resolution
    settings
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also