Skip to main content

MapControl.SelectItemsByRegion(Rectangle) Method

Selects items that are inside the specified region.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public void SelectItemsByRegion(
    Rectangle screenRegion
)

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