[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; }