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