Initializes a new instance of the Segment class.

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

Syntax

C#
public Segment(
	Vector startPoint,
	Vector endPoint
)
Visual Basic (Declaration)
Public Sub New ( _
	startPoint As Vector, _
	endPoint As Vector _
)
Visual C++
public:
Segment(
	Vector startPoint, 
	Vector endPoint
)

See Also