static Rect growRectTopAndLeft(Rect r, int pixels default 1) { ret new Rect(r.x-pixels, r.y-pixels, r.w+pixels, r.h+pixels); }