Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / EllipticalArc Class / GetIntervalOfAngles Method
Radius X
Radius Y
Start parameter
End parameter
Start angle in radians
End angle in radians

In This Topic
    GetIntervalOfAngles Method
    In This Topic
    Gets an interval of angles corresponding to and interval of parameters.
    Syntax
    'Declaration
     
    Public Shared Function GetIntervalOfAngles( _
       ByVal rx As Double, _
       ByVal ry As Double, _
       ByVal startParam As Double, _
       ByVal endParam As Double, _
       ByRef startAngleInRadians As Double, _
       ByRef endAngleInRadians As Double _
    ) As Boolean
    public static bool GetIntervalOfAngles( 
       double rx,
       double ry,
       double startParam,
       double endParam,
       out double startAngleInRadians,
       out double endAngleInRadians
    )

    Parameters

    rx
    Radius X
    ry
    Radius Y
    startParam
    Start parameter
    endParam
    End parameter
    startAngleInRadians
    Start angle in radians
    endAngleInRadians
    End angle in radians

    Return Value

    True if the interval of parameters is decreasing.
    See Also