Initializes a new instance of the SplineElement class.

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

Syntax

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

Parameters

points
Type: array< PerpetuumSoft.Framework.Drawing..::.Vector >[]()[]

See Also