Gets the center point of a segment.

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

Syntax

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

See Also