MapBounds.Union(MapBounds, Double, Double) Method
Returns map bounds that are composed of the given rectangular map bounds and a point specified by two coordinates.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
bounds | MapBounds | The map bounds to join. |
x | Double | The point’s x-coordinate. |
y | Double | The point’s y-coordinate. |
Returns
Type | Description |
---|---|
MapBounds | The new map bounds. |
See Also