Function Rect.moveBy

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

Prototype

void moveBy(
  int deltax,
  int deltay
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0