Map.SetView Method
Bing
Namespace:
Microsoft.Maps.MapControl.WPF
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.(Inherited from MapCore.) |
![]() | SetView(IEnumerable<Location>, Thickness, Double) | Sets the map view to the specified center location, margin, and heading.(Inherited from MapCore.) |
![]() | SetView(IEnumerable<Location>, Thickness, Double, Double) | Sets the map view to the specified center location, margin, heading, and zoom level.(Inherited from MapCore.) |
![]() | SetView(Location, Double) | Sets the map view to the specified center location and zoom level.(Inherited from MapCore.) |
![]() | SetView(Location, Double, Double) | Sets the map view to the specified center location, zoom level, and directional heading.(Inherited from MapCore.) |
![]() | SetView(LocationRect) | Sets the map view using the specified location rectangle.(Inherited from MapCore.) |
Show:
