Table of Contents

Method LeftTop

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

LeftTop(Rectangle)

Returns location of the upper-left corner of specified rectangle.

public static Point LeftTop(this Rectangle r)

Parameters

r Rectangle

Given rectangle.

Returns

Point

Point that contains location of the upper-left rectangle corner.