area: function(left, top, right, bottom) {
        if (arguments.length == 0) {
            return this._area;
        }
        this._area = (isArray(left) ? left : [left, top, right, bottom]);