EllipticalArcTo

EllipticalArcTo class

Contains elements that specify information about an elliptical arc.

Constructors

NameDescription
EllipticalArcToCreates an instance of the EllipticalArcTo 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 ending vertex of an elliptical arc.
YDoubleValueThe y-coordinate of the ending vertex of an elliptical arc.
ADoubleValueThe x-coordinate of the arc’s control point. The control point is best located about halfway between the beginning and e
BDoubleValueThe y-coordinate of an arc’s control point.
CDoubleValueThe angle of an arc’s major axis relative to the x-axis of its parent.
DDoubleValueThe ratio of an arc’s major axis to its minor axis. Despite the usual meaning of these words, the major axis does not ha

Methods

NameDescription
deepCloneCreates deep copy of this instance.

EllipticalArcTo()

Creates an instance of the EllipticalArcTo class.

EllipticalArcTo.IX property

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

Type: int

EllipticalArcTo.Del property

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.

Type: int

EllipticalArcTo.X property

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

Type: DoubleValue

EllipticalArcTo.Y property

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

Type: DoubleValue

EllipticalArcTo.A property

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.

Type: DoubleValue

EllipticalArcTo.B property

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

Type: DoubleValue

EllipticalArcTo.C property

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

Type: DoubleValue

EllipticalArcTo.D property

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.

Type: DoubleValue

deepClone()

Creates deep copy of this instance.