render#

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

Render a circle.

Parameters:
center_xValueLike

X value of the center point.

center_yValueLike

Y value of the center point.

radiusValueLike

Radius value of the circle.

is_holebool

Whether the circle object is a hole.

Returns:
PolygonData

Circle created.