Gets or sets the center of the rectangle.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Vector Center { get; set; }
Visual Basic (Declaration)
Public Property Center As Vector
Visual C++
public:
property Vector Center {
	Vector get ();
	void set (Vector value);
}

See Also