MapBounds(CoordPoint, CoordPoint) Constructor
Initializes a new instance of the MapBounds class with the specified values.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v25.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| leftTop | CoordPoint | The upper-left point coordinates. |
| rightBottom | CoordPoint | The lower-right point coordinates. |
See Also