var me = this,
                t = Math.min(me.top, region.top),
                r = Math.max(me.right, region.right),
                b = Math.max(me.bottom, region.bottom),
                l = Math.min(me.left, region.left);