fillcircle

This function is used to draw a filled circle with a border.

void fillcircle(
	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 draws a filled circle with a border using the current line and fill style.

Examples

None

(贡献者:Krissi  编辑