OdArc

OdArc class

The Enhanced Arc

public class OdArc : OdGraphicObject

Constructors

NameDescription
OdArc(OdObject)Initializes a new instance of the OdArc class.

Properties

NameDescription
AbsoluteCoordinates { get; set; }Gets or sets a value indicating whether [absolute coordinates].
ClockWise { get; set; }Gets or sets a value indicating whether [clock wise].
IsArcTo { get; set; }Gets or sets a value indicating whether this instance is arc to.
IsEllipticalQundrantX { get; set; }Gets or sets a value indicating whether this instance is elliptical quadrant x.
IsEllipticalQundrantY { get; set; }Gets or sets a value indicating whether this instance is elliptical quadrant y.
Items { get; }Gets the items.
Parent { get; }Gets the parent object.
Point1 { get; set; }Gets or sets the point1.
Point2 { get; set; }Gets or sets the point2.
Point3 { get; set; }Gets or sets the point3.
Point4 { get; set; }Gets or sets the point4.

See Also