Arc2D(Point2D, Double, Double, Double) Constructor

Arc2D constructor.
Public Sub New( _ 
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 Arc2D( 
Point2D center
double radius
double startAngleInRadians
double endAngleInRadians 
)
This language is not supported or no code example is available.

Parameters

center
Point2D

The center.

radius
double

The radius.

startAngleInRadians
double

endAngleInRadians
double

.NET Framework

Supported in: 4.8

In this article

Definition