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

    Returns map bounds that are composed of two given rectangular map bounds.

    Namespace: DevExpress.Map

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

    NuGet Package: DevExpress.Map.Core

    Declaration

    public static MapBounds Union(
        MapBounds rect1,
        MapBounds rect2
    )

    Parameters

    Name Type Description
    rect1 MapBounds

    The first map bounds to join.

    rect2 MapBounds

    The second map bounds to join.

    Returns

    Type Description
    MapBounds

    The resulting map bounds.

    See Also