Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / Polygon2D Constructor / Polygon2D Constructor(IList<Point2D>)
The list of 2D points

In This Topic
    Polygon2D Constructor(IList<Point2D>)
    In This Topic
    Points only constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points As IList(Of Point2D) _
    )
    public Polygon2D( 
       IList<Point2D> points
    )

    Parameters

    points
    The list of 2D points
    See Also