创建矩形
DFRect(this.left, this.top, this.width, this.height) { this.right = this.left + this.width; this.bottom = this.top + this.height; }