Aspose::Pdf::Drawing::Arc class
Contents
[
Hide
]Arc class
Represents arc.
class Arc : public Aspose::Pdf::Drawing::Shape
Methods
| Method | Description |
|---|---|
| Arc(float, float, float, float, float) | Initializes a new instance of the Arc class. |
| CheckBounds(double, double) override | Checks if the item fits within the given container dimensions (inclusive). |
| get_Alpha() const | Gets a float value that indicates the beginning angle degree of the arc. |
| get_Beta() const | Gets a float value that indicates the ending angle degree of the arc. |
| get_PosX() const | Gets a float value that indicates the x-coordinate of the center of the arc. |
| get_PosY() const | Gets a float value that indicates the y-coordinate of the center of the arc. |
| get_Radius() const | Gets a float value that indicates the radius of the arc. |
| set_Alpha(double) | Sets a float value that indicates the beginning angle degree of the arc. |
| set_Beta(double) | Sets a float value that indicates the ending angle degree of the arc. |
| set_PosX(double) | Sets a float value that indicates the x-coordinate of the center of the arc. |
| set_PosY(double) | Sets a float value that indicates the y-coordinate of the center of the arc. |
| set_Radius(double) | Sets a float value that indicates the radius of the arc. |
See Also
- Class Shape
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++