Skip to main content
All docs
V26.1
  • MapBounds(CoordPoint, CoordPoint) Constructor

    Initializes a new instance of the MapBounds class with the specified values.

    Namespace: DevExpress.Map

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

    NuGet Package: DevExpress.Map.Core

    Declaration

    public MapBounds(
        CoordPoint leftTop,
        CoordPoint rightBottom
    )

    Parameters

    Name Type Description
    leftTop CoordPoint

    The upper-left point coordinates.

    rightBottom CoordPoint

    The lower-right point coordinates.

    See Also