void inflate(T dx, T dy)

Source

void inflate(T dx, T dy) {
  width += dx;
  height += dy;
}