EllipticalArc.GetIntervalOfAngles Method

Gets an interval of angles corresponding to and interval of parameters.
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
This language is not supported or no code example is available.
public static bool GetIntervalOfAngles( 
double rx
double ry
double startParam
double endParam
out double startAngleInRadians
out double endAngleInRadians 
)
This language is not supported or no code example is available.

Parameters

rx
double

Radius X

ry
double

Radius Y

startParam
double

Start parameter

endParam
double

End parameter

startAngleInRadians
double

Start angle in radians

endAngleInRadians
double

End angle in radians

Return Value

bool

True if the interval of parameters is decreasing.

.NET Framework

Supported in: 4.8

In this article

Definition