MapBounds.Union(MapBounds, MapBounds) Method
Returns map bounds that are composed of two given rectangular map bounds.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
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