MapCore.SetView Method
Sets the map view.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Overload List
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. |
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top