[inline]
Definition at line 49 of file FXRectangle.h.
00049 :x(topleft.x),y(topleft.y),w(bottomright.x-topleft.x+1),h(bottomright.y-topleft.y+1){ }