Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the map view using the specified ___location rectangle.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public void SetView(
LocationRect boundingRectangle
)
public:
void SetView(
LocationRect^ boundingRectangle
)
member SetView :
boundingRectangle:LocationRect -> unit
Public Sub SetView (
boundingRectangle As LocationRect
)
Parameters
boundingRectangle
Type: Microsoft.Maps.MapControl.WPF.LocationRectThe rectangle that defines the boundaries of the map view.
See Also
SetView Overload
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top