Method RightTop
RightTop(Rectangle)
Returns location of the upper-right corner of specified rectangle.
public static Point RightTop(this Rectangle r)
Parameters
r
RectangleGiven rectangle.
Returns
- Point
Point that contains location of the upper-right rectangle corner.