Point<T> topRight

Source

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