inline Point<T> TopRight() const;
TopRight returns a point representing the top right corner of the current rectangle.
A Point containing the x2 and y1 components of the current rectangle.
BottomLeft BottomRight TopLeft