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

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

    Parameters

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