Generic function
Clears a box-shaped area in the specified drawable.
clear-box drawable left top right bottom => ()
clear-box* drawable region => ()
The following arguments are specific to clear-box.
<coordinate>.
<coordinate>.
<coordinate>.
<coordinate>.
The following argument is specific to clear-box*.
<region>.
None
duim-sheets
duim-sheets
Clears a box-shaped area in the specified drawable, removing anything that was drawn in that region.
The function clear-box* is identical to clear-box, except that it passes composite objects, rather than separate coordinates, in its arguments. You should be aware that using this function may lead to a loss of performance.