static Pt bottomRightCorner(Rect r) { ret r == null ?: pt(r.x2(), r.y2()); }