clearcircle 这个函数用于清空圆形区域。 void clearcircle( int x, int y, int radius ); 参数 x 圆心 x 坐标。 y 圆心 y 坐标。 radius 圆的半径。 返回值 无 备注 该函数使用背景色清空圆形区域。 示例 无