Aspose::Pdf::Drawing::Circle::Circle constructor

Circle::Circle constructor

Initializes a new instance of the Circle class.

Aspose::Pdf::Drawing::Circle::Circle(float posX, float posY, float radius)
ParameterTypeDescription
posXfloatThe x-coordinate of the center of the circle.
posYfloatThe y-coordinate of the center of the circle.
radiusfloatThe radius of the circle.

See Also