Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ProcessSelectionByPolygonVisibleOnly Method / ProcessSelectionByPolygonVisibleOnly(List<Point2D>,Boolean,SelectionChangedEventArgs) Method
Selection polygon in screen coordinates
If true, inverts current selection status
The selection changed data

In This Topic
    ProcessSelectionByPolygonVisibleOnly(List<Point2D>,Boolean,SelectionChangedEventArgs) Method
    In This Topic
    Selects each visible entity in the specified selection polygon.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub ProcessSelectionByPolygonVisibleOnly( _
       ByVal selectionPolygon As List(Of Point2D), _
       ByVal invert As Boolean, _
       ByVal eventArgs As ViewportLayout.SelectionChangedEventArgs _
    ) 
    protected virtual void ProcessSelectionByPolygonVisibleOnly( 
       List<Point2D> selectionPolygon,
       bool invert,
       ViewportLayout.SelectionChangedEventArgs eventArgs
    )

    Parameters

    selectionPolygon
    Selection polygon in screen coordinates
    invert
    If true, inverts current selection status
    eventArgs
    The selection changed data
    Remarks
    See Also