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.v19.1.Core.dll

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