Class ArcTo

ArcTo class

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

public class ArcTo : Coordinate

Constructors

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

Properties

NameDescription
A { get; set; }The distance from the arc’s midpoint to the midpoint of its chord.
override Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
override IX { get; set; }The zero-based index of the element within its parent element.
X { get; set; }The x-coordinate of the ending vertex of an arc.
Y { get; set; }The y-coordinate of the ending vertex of an arc.

Methods

NameDescription
Clone()Creates deep copy of this instance.

See Also