Map.SetView Method

Bing
 

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

NameDescription
System_CAPS_pubmethodSetView(Double, Double)

Sets the map view to the specified zoom level and heading.(Inherited from MapCore.)

System_CAPS_pubmethodSetView(IEnumerable<Location>, Thickness, Double)

Sets the map view to the specified center location, margin, and heading.(Inherited from MapCore.)

System_CAPS_pubmethodSetView(IEnumerable<Location>, Thickness, Double, Double)

Sets the map view to the specified center location, margin, heading, and zoom level.(Inherited from MapCore.)

System_CAPS_pubmethodSetView(Location, Double)

Sets the map view to the specified center location and zoom level.(Inherited from MapCore.)

System_CAPS_pubmethodSetView(Location, Double, Double)

Sets the map view to the specified center location, zoom level, and directional heading.(Inherited from MapCore.)

System_CAPS_pubmethodSetView(LocationRect)

Sets the map view using the specified location rectangle.(Inherited from MapCore.)

Return to top
Show: