[inline]
Get pixel at x,y.
Definition at line 114 of file FXBitmap.h.
00114 { return (FXbool)((data[y*bytewidth+(x>>3)]>>(x&7))&1); }