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