Environment.ProcessSelectionByPolygonEnclosed (List<Point2D>, Boolean, SelectionChangedEventArgs) Method

Selects each entity completely enclosed in the specified selection rectangle.
Protected Overridable Sub ProcessSelectionByPolygonEnclosed( _ 
ByVal selectionPolygon As List(Of Point2D), _ 
ByVal invert As Boolean, _ 
ByVal eventArgs As SelectionChangedEventArgs
)
This language is not supported or no code example is available.
protected virtual void ProcessSelectionByPolygonEnclosed( 
List<Point2D> selectionPolygon
bool invert
SelectionChangedEventArgs eventArgs 
)
This language is not supported or no code example is available.

Parameters

selectionPolygon
List<Point2D>

Selection polygon in screen coordinates

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