MapBounds.Inflate(MapBounds, Double) Method
Creates and returns an enlarged copy of the specified 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 with which to start. These map bounds are not modified. |
delta | Double | The amount to inflate these map bounds. |
Returns
Type | Description |
---|---|
MapBounds | The enlarged map bounds. |
See Also