RelEllipticalArcTo class

RelEllipticalArcTo class

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

Inheritance: RelEllipticalArcToCoordinate

The RelEllipticalArcTo type exposes the following members:

Constructors

ConstructorDescription
RelEllipticalArcTo()Creates an instance of the EllipticalArcTo class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of the ending vertex of an elliptical arc.
yThe y-coordinate of the ending vertex of an elliptical arc.
aThe 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.
bThe y-coordinate of an arc’s control point.
cThe angle of an arc’s major axis relative to the x-axis of its parent.
dThe 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.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also