Ellipse(Plane, Point3D, Double, Double) Constructor

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

Parameters

ellipsePlane
Plane

Plane

center
Point3D

3D center point

rx
double

Radius X

ry
double

Radius Y

.NET Framework

Supported in: 4.8

In this article

Definition