MapLayer.SetPositionOffset Method (DependencyObject, Point)
Sets the position offset of the map layer.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static void SetPositionOffset(
DependencyObject dependencyObject,
Point point
)
public:
static void SetPositionOffset(
DependencyObject^ dependencyObject,
Point point
)
static member SetPositionOffset :
dependencyObject:DependencyObject *
point:Point -> unit
Public Shared Sub SetPositionOffset (
dependencyObject As DependencyObject,
point As Point
)
Parameters
dependencyObject
Type: System.Windows.DependencyObjectThe dependency field.
point
Type: System.Windows.PointThe pixel offset to use.
See Also
MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top