ScreenPainter.scrollArea

Scrolls the contents in the bounding rectangle by dx, dy. Positive dx means scroll left (make space available at the right), positive dy means scroll up (make space available at the bottom)

struct ScreenPainter
void
scrollArea
(,
int width
,
int height
,
int dx
,
int dy
)
Suggestion Box / Bug Report