ArcTo class

ArcTo class

Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.

Inheritance: ArcToCoordinate

The ArcTo type exposes the following members:

Constructors

ConstructorDescription
ArcTo()Creates an instance of the ArcTo class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of the ending vertex of an arc.
yThe y-coordinate of the ending vertex of an arc.
aThe distance from the arc’s midpoint to the midpoint of its chord.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also