Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / FixEndAngle Method

In This Topic
    FixEndAngle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub FixEndAngle( _
       ByVal startAngle As Double, _
       ByRef endAngle As Double _
    ) 
    public static void FixEndAngle( 
       double startAngle,
       ref double endAngle
    )

    Parameters

    startAngle
    endAngle
    See Also