Point<T> bottomLeft

Source

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