MapBounds.Intersect(MapBounds, MapBounds) Method
Returns the map bounds that represent the intersection of two map bounds.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v25.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rect1 | MapBounds | The first map bounds. |
| rect2 | MapBounds | The second map bounds. |
Returns
| Type | Description |
|---|---|
| MapBounds | The map bounds that represent the intersection of two map bounds. |
Remarks
If there is no intersection, empty map bounds are returned.
See Also