Arc(Plane, Point2D, Double, Double, Double) Constructor

Plane, center, radius and angles constructor.
Public Sub New( _ 
ByVal arcPlane As Plane, _ 
ByVal center As Point2D, _ 
ByVal radius As Double, _ 
ByVal startAngleInRadians As Double, _ 
ByVal endAngleInRadians As Double
)
This language is not supported or no code example is available.
public Arc( 
Plane arcPlane
Point2D center
double radius
double startAngleInRadians
double endAngleInRadians 
)
This language is not supported or no code example is available.

Parameters

arcPlane
Plane

Plane

center
Point2D

2D center point

radius
double

Radius

startAngleInRadians
double

Start angle in radians

endAngleInRadians
double

End angle in radians

Remarks
 
Angles can be negative. StartAngle must be smaller than EndAngle.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition