Skip to main content

MapBounds(CoordPoint, CoordPoint) Constructor

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

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v23.2.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