Gets location of the top left corner of the rectangle.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public Vector TopLeft { get; }
Visual Basic (Declaration)
Public ReadOnly Property TopLeft As Vector
Visual C++
public:
property Vector TopLeft {
	Vector get ();
}

See Also