Point<T> topLeft

Source

Point<T> get topLeft => new Point<T>(this.left, this.top);