Ellipse

Ellipse class

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

Ellipse()

Creates an instance of the Ellipse class.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
XDoubleValueThe x-coordinate of the center of the ellipse.
YDoubleValueThe y-coordinate of the center of the ellipse.
ADoubleValueAn x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
BDoubleValueA y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
CDoubleValueAn x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
DDoubleValueA y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.

Methods

NameDescription
deepCloneCreates deep copy of this instance.