Window.clearArea

Clears an area of window to the background color or background pixmap.

class Window
void
clearArea
(
int x
,
int y
,
int width
,
int height
)

Parameters

x int

x coordinate of rectangle to clear

y int

y coordinate of rectangle to clear

width int

width of rectangle to clear

height int

height of rectangle to clear

Meta