[inline]
Return moved rectangle.
Definition at line 76 of file FXRectangle.h.
References FX::FXPoint::x, and FX::FXPoint::y.
00076 { x+=p.x; y+=p.y; return *this; }