Function
clear-rectangle port x y width height =>
A graphics port
A real number
A real number
A real number
A real number
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.