Ellipse2d(Point2d, Double, Double, Double) Constructor

Constructs a full ellipse given center, two radiis and a tiltangle in the plane. The largest radius will become the major axis.
Public Sub New( _ 
ByVal center As Point2d, _ 
ByVal radius1 As Double, _ 
ByVal radius2 As Double, _ 
ByVal angle As Double
)
This language is not supported or no code example is available.
public Ellipse2d( 
Point2d center
double radius1
double radius2
double angle 
)
This language is not supported or no code example is available.
public:  
Ellipse2d( 
Point2d^ center
double radius1
double radius2
double angle 
)
This language is not supported or no code example is available.
public function Ellipse2d( 
center : Point2d
radius1 : double
radius2 : double
angle : double 
);
This language is not supported or no code example is available.

Parameters

center
Point2d

Center point of ellipse.

radius1
double

The length of one of the ellipses axis.

radius2
double

The length of the other ellipse axis.

angle
double

The tilt angle in the plane.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition