clearcircle

This function is used to clear a circular region.

void clearcircle(
	int x,
	int y,
	int radius
);

Parameters

x

The x-coordinate of the center.

y

The y-coordinate of the center.

radius

Radius of the circle.

Return Value

None

Remarks

The function uses the background color to clear the circular region.

Examples

None

(贡献者:Krissi  编辑