static BWImage shootScreenBW() { ret new BWImage(shootScreen2()); } static BWImage shootScreenBW(Rect r) { ret new BWImage(shootScreen2(r)); } static BWImage shootScreenBW(int x, int y, int w, int h) { ret new BWImage(shootScreen2(x, y, w, h)); }