Arc Class
Represents arc.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Drawing
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Arc : Shape

The Arc type exposes the following members.

Constructors
  NameDescription
Public methodArc
Initializes a new instance of the Arc class.
Properties
  NameDescription
Public propertyAlpha
Gets or sets a float value that indicates the beginning angle degree of the arc.
Public propertyBeta
Gets or sets a float value that indicates the ending angle degree of the arc.
Public propertyGraphInfo
Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
(Inherited from Shape.)
Public propertyPosX
Gets or sets a float value that indicates the x-coordinate of the center of the arc.
Public propertyPosY
Gets or sets a float value that indicates the y-coordinate of the center of the arc.
Public propertyRadius
Gets or sets a float value that indicates the radius of the arc.
Public propertyText
Gets or sets a text for shape
(Inherited from Shape.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also