new EllipticalArcTo()

Creates an instance of the EllipticalArcTo class.

Methods

deepClone() → Object

Creates deep copy of this instance.

Returns

Object 

getA()

The x-coordinate of the arc's control point. The control point is best located about halfway between the beginning and ending vertices of the arc. Otherwise, the arc may grow to an extreme size in order to pass through the control point, with unpredictable results.

getB()

The y-coordinate of an arc's control point.

getC()

The angle of an arc's major axis relative to the x-axis of its parent.

getD()

The ratio of an arc's major axis to its minor axis. Despite the usual meaning of these words, the major axis does not have to be greater than the minor axis, so this ratio does not have to be greater than 1. Setting this element to a value less than or equal to 0 or greater than 1000 can lead to unpredictable results.

getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getIX()

The zero-based index of the element within its parent element.

getX()

The x-coordinate of the ending vertex of an elliptical arc.

getY()

The y-coordinate of the ending vertex of an elliptical arc.

setA()

The x-coordinate of the arc's control point. The control point is best located about halfway between the beginning and ending vertices of the arc. Otherwise, the arc may grow to an extreme size in order to pass through the control point, with unpredictable results.

setB()

The y-coordinate of an arc's control point.

setC()

The angle of an arc's major axis relative to the x-axis of its parent.

setD()

The ratio of an arc's major axis to its minor axis. Despite the usual meaning of these words, the major axis does not have to be greater than the minor axis, so this ratio does not have to be greater than 1. Setting this element to a value less than or equal to 0 or greater than 1000 can lead to unpredictable results.

setDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

setIX()

The zero-based index of the element within its parent element.

setX()

The x-coordinate of the ending vertex of an elliptical arc.

setY()

The y-coordinate of the ending vertex of an elliptical arc.