render# classmethod Circle.render(center_x, center_y, radius, is_hole)# Render a circle. Parameters: center_xValueLikeX value of the center point. center_yValueLikeY value of the center point. radiusValueLikeRadius value of the circle. is_holeboolWhether the circle object is a hole. Returns: PolygonDataCircle created.