render#

classmethod Circle.render(center_x, center_y, radius, is_hole)#

Render a circle.

Parameters:
center_xValue

X value of the center point.

center_yValue

Y value of the center point.

radiusValue

Radius value of the circle.

is_hole: bool

Whether the circle object is a hole.

Returns:
PolygonData

Circle created.