Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / GetOutlines Method

In This Topic
    GetOutlines Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Overridable Function GetOutlines( _
       ByVal accuracy As Double, _
       ByVal vp As ViewportLayout _
    ) As Point3D()
    protected internal virtual Point3D[] GetOutlines( 
       double accuracy,
       ViewportLayout vp
    )

    Parameters

    accuracy
    vp
    See Also