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