Increments width,height by nW,nH.
nW
nH
PRectangle incrementWH(num nW, num nH) => PRectangle(x, y, width + nW, height + nH);