Search
Polygon Constructor (List(Point))
See Also
 






Initializes a new instance of the Polygon class from the specified collection of points.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Polygon (
    List<Point> points
)

Visual Basic  Copy Code

Public New ( _
    points As List(Of Point) _
)

 Parameters

points

 See Also