Initializes a new instance of the SplineAreaElement class.

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

Syntax

C#
public SplineAreaElement(
	Vector[] points,
	Vector startPoint,
	Vector endPoint
)
Visual Basic (Declaration)
Public Sub New ( _
	points As Vector(), _
	startPoint As Vector, _
	endPoint As Vector _
)
Visual C++
public:
SplineAreaElement(
	array<Vector>^ points, 
	Vector startPoint, 
	Vector endPoint
)

See Also