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.
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_GraphInfo() constGets a GraphInfo object that indicates the graph info,such as color, line width,etc.
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.
get_Text() constGets a text for shape.
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_GraphInfo(System::SharedPtr<Aspose::Pdf::GraphInfo>)Sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
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.
set_Text(System::SharedPtr<Aspose::Pdf::Text::TextFragment>)Sets a text for shape.
Shape()

See Also