MapControl.SelectItemsByRegion(Rectangle) Method
Selects items that are inside the specified region.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| screenRegion | Rectangle | A Rectangle object. |
Remarks
The selected items are accessed using the MapSelectionEventArgs.Selection argument of the MapControl.SelectionChanged event.
See Also