MapLayer.SetPositionRectangle Method (DependencyObject, LocationRect)

Bing
 

Sets the position rectangle of the map layer.

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

static member SetPositionRectangle : 
        dependencyObject:DependencyObject *
        rect:LocationRect -> unit

Parameters

dependencyObject
Type: System.Windows.DependencyObject

The dependency field.

rect
Type: Microsoft.Maps.MapControl.WPF.LocationRect

The boundaries of the map layer.

Return to top
Show: