Skip to main content
All docs
V26.1
  • MapBounds.IntersectsWith(MapBounds) Method

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

    Namespace: DevExpress.Map

    Assembly: DevExpress.Map.v26.1.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