Rect.moveBy

translate rectangle coordinates by (x,y) - add deltax to x coordinates, and deltay to y coordinates

struct Rect
void
moveBy
(
int deltax
,
int deltay
)

Meta