Point bottomRight

Source

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