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

MapBounds.IntersectsWith(MapBounds) Method

Checks whether the map bounds intersect with the given map bounds.

Namespace: DevExpress.Map

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

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

Declaration

public bool IntersectsWith(
    MapBounds bounds
)

Parameters

Name Type Description
bounds MapBounds

The rectangle to check.

Returns

Type Description
Boolean

true if the passed map bounds intersect these map bounds; otherwise false.

See Also