Skip to main content
A newer version of this page is available. .

MapBounds.Inflate(MapBounds, Double) Method

Creates and returns an enlarged copy of the specified map bounds.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v20.2.Core.dll

NuGet Packages: DevExpress.Map.Core, DevExpress.WindowsDesktop.Map.Core

Declaration

public static MapBounds Inflate(
    MapBounds bounds,
    double delta
)

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