[inline]
Assignment.
Definition at line 96 of file FXRectangle.h.
References h, w, x, and y.
00096 { x=r.x; y=r.y; w=r.w; h=r.h; return *this; }