EllipticalArcTo

EllipticalArcTo class

Contains elements that specify information about an elliptical arc.

EllipticalArcTo()

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