Skip to main content

MapBounds.Contains(MapBounds) Method

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

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v23.2.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