FXRectangle& FX::FXRectangle::move ( const FXPoint p  )  [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; }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:53 2009 for TnFOX by doxygen v1.4.7