MapCore::SetView Method
Bing
Sets the map view.
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
| Name | Description | |
|---|---|---|
![]() | SetView(Double, Double) | Sets the map view to the specified zoom level and heading. |
![]() | SetView(IEnumerable<Location^>^, Thickness, Double) | Sets the map view to the specified center location, margin, and heading. |
![]() | SetView(IEnumerable<Location^>^, Thickness, Double, Double) | Sets the map view to the specified center location, margin, heading, and zoom level. |
![]() | SetView(Location^, Double) | Sets the map view to the specified center location and zoom level. |
![]() | SetView(Location^, Double, Double) | Sets the map view to the specified center location, zoom level, and directional heading. |
![]() | SetView(LocationRect^) | Sets the map view using the specified location rectangle. |
Show:
