Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / ConvertToLinearPaths Method / ConvertToLinearPaths(Text,Double,LinearPath[],LinearPath[][]) Method
The text object to convert
The font chordal error
The outer loops
The inner loops belonging to each outer loops

In This Topic
    ConvertToLinearPaths(Text,Double,LinearPath[],LinearPath[][]) Method
    In This Topic
    Converts the text outlines to LinearPath, separating outer and inner loops.
    Syntax
    'Declaration
     
    Public Overloads Sub ConvertToLinearPaths( _
       ByVal text As Text, _
       ByVal deviation As Double, _
       ByRef outers As LinearPath(), _
       ByRef inners As devDept.Eyeshot.Entities.LinearPath() _
    ) 
    public void ConvertToLinearPaths( 
       Text text,
       double deviation,
       out LinearPath[] outers,
       out devDept.Eyeshot.Entities.LinearPath[] inners
    )

    Parameters

    text
    The text object to convert
    deviation
    The font chordal error
    outers
    The outer loops
    inners
    The inner loops belonging to each outer loops
    See Also