MapControl.SelectItemsByRegion(CoordPoint, CoordPoint) 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
public void SelectItemsByRegion(
CoordPoint leftTop,
CoordPoint rightBottom
)
#Parameters
Name | Type | Description |
---|---|---|
left |
Coord |
A Coord |
right |
Coord |
A Coord |
#Remarks
The selected items are accessed using the MapSelectionEventArgs.Selection argument of the MapControl.SelectionChanged event.
See Also