bottomLeft 属性

Point<num> bottomLeft

实现

Point get bottomLeft => new Point(this.left, this.top + this.height);