bool FX::FXRectangle::contains ( FXshort  xx,
FXshort  yy 
) const [inline]

Definition at line 67 of file FXRectangle.h.

00067 { return x<=xx && y<=yy && xx<x+w && yy<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