bool FX::FXRectangle::contains ( const FXRectangle r  )  const [inline]

Rectangle properly contained in rectangle.

Definition at line 70 of file FXRectangle.h.

References h, w, x, and y.

00070 { return x<=r.x && y<=r.y && r.x+r.w<=x+w && r.y+r.h<=y+h; }


(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