Draws a rectangle in the port's background color.
graphics-ports
clear-rectangle port x y width height
port
A graphics port.
x
A real number.
y
width
height
The clear-rectangle function draws the rectangle specified by x , y , width , and height in port 's background color. All other graphics state parameters are ignored.
clear-rectangle