solidcircle
This function is used to draw a filled circle without a border.
void solidcircle(
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 without a border using the current fill style.
Examples
None