Environment.ProcessSelectionEnclosed (Rectangle, Boolean, Boolean, SelectionChangedEventArgs) Method

Selects each entity completely enclosed in the specified selection rectangle.
Public Overridable Sub ProcessSelectionEnclosed( _ 
ByVal selectionBox As Rectangle, _ 
ByVal firstOnly As Boolean, _ 
ByVal invert As Boolean, _ 
ByVal eventArgs As SelectionChangedEventArgs
)
This language is not supported or no code example is available.
public virtual void ProcessSelectionEnclosed( 
Rectangle selectionBox
bool firstOnly
bool invert
SelectionChangedEventArgs eventArgs 
)
This language is not supported or no code example is available.

Parameters

selectionBox
Rectangle

Selection rectangle's in screen coordinates

firstOnly
bool

If true, returns immediately after selecting the first entity

invert
bool

If true, inverts current selection status

eventArgs
SelectionChangedEventArgs

The selection changed data

Remarks
 
Call Invalidate to see the effect of this function.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition