render# classmethod Circle.render(center_x, center_y, radius, is_hole)# Render a circle. Parameters: center_xValueX value of the center point. center_yValueY value of the center point. radiusValueRadius value of the circle. is_hole: boolWhether the circle object is a hole. Returns: PolygonDataCircle created.