clearroundrect
This function is used to clear a rounded rectangular region.
void clearroundrect(
int left,
int top,
int right,
int bottom,
int ellipsewidth,
int ellipseheight
);
Parameters
left
The x-coordinate of the left of the rectangle.
top
The y-coordinate of the upper of the rectangle.
right
The x-coordinate of the right of the rectangle.
bottom
The y-coordinate of the lower of the rectangle.
ellipsewidth
The width of the ellipse that makes up the fillet rectangle.
ellipseheight
The height of the elitism that makes up the fillet rectangle.
Return Value
None
Remarks
The function uses the background color to clear the rounded rectangular region.
Examples
None