MapCore.SetView Method (LocationRect)
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