MapLayer.AddChild Method (UIElement, Location, Point)

Bing
 

Adds a UIElement to the map layer at the specified location using the given pixel offset.

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

member AddChild : 
        element:UIElement *
        location:Location *
        offset:Point -> unit

Parameters

element
Type: System.Windows.UIElement

The UIElement to add.

location
Type: Microsoft.Maps.MapControl.WPF.Location

The location at which to add the UIElement.

offset
Type: System.Windows.Point

The pixel offset to use.

Return to top
Show: