Gets location of the bottom 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 BottomLeft { get; }
Visual Basic (Declaration)
Public ReadOnly Property BottomLeft As Vector
Visual C++
public:
property Vector BottomLeft {
	Vector get ();
}

See Also