Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public Sub New ( _
	points As PointD() _
)
C#
public Polygon(
	PointD[] points
)
Visual C++
public:
Polygon(
	array<PointD>^ points
)
JavaScript
EGIS.Web.Controls.Polygon = function(points);

Parameters

points
Type: array<EGIS.ShapeFileLib..::..PointD>[]()[][]

See Also