set_parameters#

Circle.set_parameters(center_x, center_y, radius)#

Set parameters of the circle.

Parameters:
center_xValue

X value of the center point.

center_yValue

Y value of the center point.

radiusValue

Radius value of the circle.