Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ScreenPolygonParams Class / ScreenPolygon Property

In This Topic
    ScreenPolygon Property
    In This Topic
    Gets or sets the 2D points defining the screen polygon (0 on bottom).
    Syntax
    'Declaration
     
    Public Property ScreenPolygon As IList(Of Point2D)
    public IList<Point2D> ScreenPolygon {get; set;}
    See Also