MapBounds.Contains(MapBounds) Method
Checks whether the passed map bounds are entirely contained within these map bounds.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
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