Skip to main content
All docs
V26.1
  • MapBounds.Inflate(MapBounds, Double) Method

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

    Namespace: DevExpress.Map

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

    NuGet Package: DevExpress.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