Increments x,y by nX,nY,
nX
nY
PRectangle incrementXY(num nX, num nY) => PRectangle(x + nX, y + nY, width, height);