Aspose::Pdf::Drawing::Arc class

Arc class

Represents arc.

class Arc : public Aspose::Pdf::Drawing::Shape

Methods

MethodDescription
Arc(float, float, float, float, float)Initializes a new instance of the Arc class.
CheckBounds(double, double) overrideChecks if the item fits within the given container dimensions (inclusive).
get_Alpha() constGets a float value that indicates the beginning angle degree of the arc.
get_Beta() constGets a float value that indicates the ending angle degree of the arc.
get_PosX() constGets a float value that indicates the x-coordinate of the center of the arc.
get_PosY() constGets a float value that indicates the y-coordinate of the center of the arc.
get_Radius() constGets 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