Represents an arc in a DXF image.

The following tables list the members exposed by the DXFArc type.

Name Description
Public constructor DXFArc (Overloaded) Initializes a new instance of the DXFArc class.
Top
Name Description
Public property Color Gets or sets a color for this figure. (inherited from DXFFigure).
Public property EndAngle Represents the end angle of an arc.
Public property Layer Gets or sets the current layer for this figure. (inherited from DXFFigure).
Public property Point Gets or sets coordinates of the center point of an arc.
Public property Radius Gets or sets the radius of an arc.
Public property StartAngle Represents the start angle of an arc.
Top
Name Description
Public method Equals (Overloaded) (inherited from Object).
Public method ExportAsDXF Adds an arc to the DXFExport figures collection.
Public method ExportBlockAsDXF Virtual function. For redifinition in descendant classes. (inherited from DXFFigure).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method ParseToLines Performs figure approximation by linear segments.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public field data Represents all data (DXFData) of a figure. (inherited from DXFFigure).
Top