Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / Item Property

In This Topic
    Item Property (Polygon2D)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As Point2D
    public Point2D this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also