Eyeshot 10 WinForms API Reference
ProcessSelectionByPolygonEnclosed(List<Point2D>,Boolean,SelectionChangedEventArgs) Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > ProcessSelectionByPolygonEnclosed Method : ProcessSelectionByPolygonEnclosed(List<Point2D>,Boolean,SelectionChangedEventArgs) Method
Selection polygon in screen coordinates
If true, inverts current selection status
The selection changed data
Selects each entity completely enclosed in the specified selection rectangle.
Syntax
'Declaration
 
Protected Overloads Overridable Sub ProcessSelectionByPolygonEnclosed( _
   ByVal selectionPolygon As List(Of Point2D), _
   ByVal invert As Boolean, _
   ByVal eventArgs As ViewportLayout.SelectionChangedEventArgs _
) 
protected virtual void ProcessSelectionByPolygonEnclosed( 
   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
Call System.Windows.Forms.Control.Invalidate(System.Drawing.Region) to see the effect of this function.
See Also

Reference

ViewportLayout Class
ViewportLayout Members
Overload List