Ellipse(Plane, Double, Double) Constructor

Ellipse not parallel to XY plane constructor.
Public Sub New( _ 
ByVal plane As Plane, _ 
ByVal rx As Double, _ 
ByVal ry As Double
)
This language is not supported or no code example is available.
public Ellipse( 
Plane plane
double rx
double ry 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Plane

rx
double

Radius X

ry
double

Radius Y

.NET Framework

Supported in: 4.8

In this article

Definition