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