Arc2D(Point2D, Double, Interval) Constructor

Arc2D constructor.
Public Sub New( _ 
ByVal center As Point2D, _ 
ByVal radius As Double, _ 
ByVal angle As Interval
)
This language is not supported or no code example is available.
public Arc2D( 
Point2D center
double radius
Interval angle 
)
This language is not supported or no code example is available.

Parameters

center
Point2D

The center.

radius
double

The radius.

angle
Interval

The angle.

.NET Framework

Supported in: 4.8

In this article

Definition