bool FX::FXRectangle::contains ( const FXPoint p  )  const [inline]

Point in rectangle.

Definition at line 66 of file FXRectangle.h.

References FX::FXPoint::x, and FX::FXPoint::y.

00066 { return x<=p.x && y<=p.y && p.x<x+w && p.y<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