Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / ConvertToLinearPaths Method / ConvertToLinearPaths(Double,ViewportLayout,LinearPath[],LinearPath[][]) Method
The maximum deviation
The viewportLayout parent control
The outer loops
The inner loops belonging to each outer loops

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

    Parameters

    deviation
    The maximum deviation
    viewportLayout
    The viewportLayout parent control
    outers
    The outer loops
    inners
    The inner loops belonging to each outer loops
    See Also