MapLayer.SetPositionOffset Method (DependencyObject, Point)

Bing
 

Sets the position offset of the map layer.

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

public static void SetPositionOffset(
	DependencyObject dependencyObject,
	Point point
)

Parameters

dependencyObject
Type: System.Windows.DependencyObject

The dependency field.

point
Type: System.Windows.Point

The pixel offset to use.

Return to top
Show: