Initializes a new instance of the PolygonElement class.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public PolygonElement( Vector[] points ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ points As Vector() _ ) |
| Visual C++ |
|---|
public: PolygonElement( array<Vector>^ points ) |
Parameters
- points
- Type: array<
PerpetuumSoft.Framework.Drawing..::.Vector
>[]()[]