Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / Polygon2D Constructor / Polygon2D Constructor(Polygon2D)

In This Topic
    Polygon2D Constructor(Polygon2D)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal another As Polygon2D _
    )
    protected Polygon2D( 
       Polygon2D another
    )

    Parameters

    another
    See Also