image.clearRect()
Clears the specified rectangle by filling it with the background color of the current drawing surface.
image.clearRect( x=number, y=number, width=number, height=number )
Returns: Image
Clears the specified rectangle by filling it with the background color of the current drawing surface.
image.clearRect( x=number, y=number, width=number, height=number )
Returns: Image