Gets the end point of a segment.

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

Syntax

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

See Also