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

    Returns map bounds that are composed of the given rectangular map bounds and a point specified by two coordinates.

    Namespace: DevExpress.Map

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

    NuGet Package: DevExpress.Map.Core

    Declaration

    public static MapBounds Union(
        MapBounds bounds,
        double x,
        double y
    )

    Parameters

    Name Type Description
    bounds MapBounds

    The map bounds to join.

    x Double

    The point’s x-coordinate.

    y Double

    The point’s y-coordinate.

    Returns

    Type Description
    MapBounds

    The new map bounds.

    See Also