Skip to main content
A newer version of this page is available. .

MapControl.SelectItemsByRegion(Rectangle) Method

Selects items that are inside the specified region.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.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