FXRectangle& FX::FXRectangle::set ( const FXRectangle r  )  [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; }


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