Initializes a new instance of the SplineAreaElement class.
Namespace:
PerpetuumSoft.ChartsAssembly: 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 ) |
Parameters
- points
- Type: array<
PerpetuumSoft.Framework.Drawing..::.Vector
>[]()[]
- startPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- endPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector