Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ProcessSelectionEnclosed Method / ProcessSelectionEnclosed(Rectangle,Boolean,Boolean,SelectionChangedEventArgs) Method
Selection rectangle's in screen coordinates
If true, returns immediately after selecting the first entity
If true, inverts current selection status
The selection changed data

In This Topic
    ProcessSelectionEnclosed(Rectangle,Boolean,Boolean,SelectionChangedEventArgs) Method
    In This Topic
    Selects each entity completely enclosed in the specified selection rectangle.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ProcessSelectionEnclosed( _
       ByVal selectionBox As Rectangle, _
       ByVal firstOnly As Boolean, _
       ByVal invert As Boolean, _
       ByVal eventArgs As ViewportLayout.SelectionChangedEventArgs _
    ) 
    public virtual void ProcessSelectionEnclosed( 
       Rectangle selectionBox,
       bool firstOnly,
       bool invert,
       ViewportLayout.SelectionChangedEventArgs eventArgs
    )

    Parameters

    selectionBox
    Selection rectangle's in screen coordinates
    firstOnly
    If true, returns immediately after selecting the first entity
    invert
    If true, inverts current selection status
    eventArgs
    The selection changed data
    Remarks
    See Also