Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / ConvertToLinearPaths Method / ConvertToLinearPaths(Text,Double) Method
The text object to convert
The font contour chordal error

In This Topic
    ConvertToLinearPaths(Text,Double) Method
    In This Topic
    Converts the text outlines to LinearPath.
    Syntax
    'Declaration
     
    Public Overloads Function ConvertToLinearPaths( _
       ByVal text As Text, _
       ByVal deviation As Double _
    ) As LinearPath()
    public LinearPath[] ConvertToLinearPaths( 
       Text text,
       double deviation
    )

    Parameters

    text
    The text object to convert
    deviation
    The font contour chordal error

    Return Value

    The array of LinearPaths
    See Also