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