setOffset method

void setOffset(
  1. int x,
  2. int y
)

Implementation

void setOffset(int x, int y) {
  _x = x;
  _y = y;
}