Skip to main content

MapBounds.IntersectsWith(MapBounds) Method

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

Namespace: DevExpress.Map

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

NuGet Package: DevExpress.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