bottomRight 属性

Point<数值> bottomRight

实现

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