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

In This Topic
    ScreenSegments Property
    In This Topic
    Gets or sets the segments defining the polygon in screen coordinates.
    Syntax
    'Declaration
     
    Public Property ScreenSegments As IList(Of Segment2D)
    public IList<Segment2D> ScreenSegments {get; set;}
    See Also