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

Constructor Description
ArcTo() Creates an instance of the ArcTo class.

Properties

Property Description
ix The zero-based index of the element within its parent element.
x The x-coordinate of the ending vertex of an arc.
y The y-coordinate of the ending vertex of an arc.
a The distance from the arc’s midpoint to the midpoint of its chord.

Methods

Method Description
clone() Creates deep copy of this instance.

See Also