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

    Checks whether the passed map bounds are entirely contained within these map bounds.

    Namespace: DevExpress.Map

    Assembly: DevExpress.Map.v26.1.Core.dll

    NuGet Package: DevExpress.Map.Core

    Declaration

    public bool Contains(
        MapBounds bounds
    )

    Parameters

    Name Type Description
    bounds MapBounds

    The map bounds to be checked.

    Returns

    Type Description
    Boolean

    true the passed map bounds are entirely contained within these map bounds; otherwise false.

    See Also