MapBounds.Union Method
| Name | Parameters | Description |
|---|---|---|
| Union(MapBounds, MapBounds) static | rect1, rect2 | Returns map bounds that are composed of two given rectangular map bounds. |
| Union(MapBounds, Double, Double) static | bounds, x, y | Returns map bounds that are composed of the given rectangular map bounds and a point specified by two coordinates. |