[inline]
Set value from another rectangle.
Definition at line 99 of file FXRectangle.h.
References h, w, x, and y.
00099 { x=r.x; y=r.y; w=r.w; h=r.h; return *this; }