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