Class Arc
Contents
[
Hide
]Arc class
Represents arc.
public sealed class Arc : Shape
Constructors
Name | Description |
---|---|
Arc(float, float, float, float, float) | Initializes a new instance of the Arc class. |
Properties
Name | Description |
---|---|
Alpha { get; set; } | Gets or sets a float value that indicates the beginning angle degree of the arc. |
Beta { get; set; } | Gets or sets a float value that indicates the ending angle degree of the arc. |
GraphInfo { get; set; } | Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc. |
PosX { get; set; } | Gets or sets a float value that indicates the x-coordinate of the center of the arc. |
PosY { get; set; } | Gets or sets a float value that indicates the y-coordinate of the center of the arc. |
Radius { get; set; } | Gets or sets a float value that indicates the radius of the arc. |
Text { get; set; } | Gets or sets a text for shape |
See Also
- class Shape
- namespace Aspose.Pdf.Drawing
- assembly Aspose.PDF