[inline]
Test if zero.
Definition at line 55 of file FXRectangle.h.
00055 { return x==0 && y==0 && w==0 && h==0; }