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

MapControl.SelectItemsByRegion(Rect) Method

Selects vector items hit in the specified region.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public void SelectItemsByRegion(
    Rect screenRegion
)

Parameters

Name Type Description
screenRegion Rect

A Rect object specifying the region.

See Also