Gets location of the center of the rectangle left side.

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

Syntax

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

See Also