RelEllipticalArcTo

RelEllipticalArcTo class

Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.

Constructors

NameDescription
RelEllipticalArcToCreates 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.

RelEllipticalArcTo()

Creates an instance of the EllipticalArcTo class.

RelEllipticalArcTo.IX property

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

Type: int

RelEllipticalArcTo.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

RelEllipticalArcTo.X property

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

Type: DoubleValue

RelEllipticalArcTo.Y property

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

Type: DoubleValue

RelEllipticalArcTo.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

RelEllipticalArcTo.B property

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

Type: DoubleValue

RelEllipticalArcTo.C property

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

Type: DoubleValue

RelEllipticalArcTo.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.