Aspose::Pdf::Drawing::Circle class

Circle class

Represents circle.

class Circle : public Aspose::Pdf::Drawing::Shape

Methods

MethodDescription
Circle(float, float, float)Initializes a new instance of the Circle class.
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 circle.
get_PosY() constGets a float value that indicates the y-coordinate of the center of the circle.
get_Radius() constGets a float value that indicates the radius of the circle.
get_Text() constGets a text for shape.
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 circle.
set_PosY(double)Sets a float value that indicates the y-coordinate of the center of the circle.
set_Radius(double)Sets a float value that indicates the radius of the circle.
set_Text(System::SharedPtr<Aspose::Pdf::Text::TextFragment>)Sets a text for shape.
Shape()

See Also