Ellipse class

Ellipse class

Contains elements specifying the x- and y-coordinates of the ellipse’s center point and two points on the ellipse.

Inheritance: EllipseCoordinate

The Ellipse type exposes the following members:

Constructors

ConstructorDescription
Ellipse()Creates an instance of the Ellipse class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of the center of the ellipse.
yThe y-coordinate of the center of the ellipse.
aAn x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
bA y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
cAn x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
dA y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also