MapLayer::AddChild Method

Bing
 

Adds a UIElement to the map layer.

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

NameDescription
System_CAPS_pubmethodAddChild(UIElement^, Location^)

Adds a UIElement to the map layer at the specified location.

System_CAPS_pubmethodAddChild(UIElement^, Location^, Point)

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

System_CAPS_pubmethodAddChild(UIElement^, Location^, PositionOrigin)

Adds a UIElement to the map layer at the specified location using the given position origin.

System_CAPS_pubmethodAddChild(UIElement^, LocationRect^)

Adds a UIElement to the map layer at the specified location rectangle.

???ADD links to Adding Shapes/Media/Tile Overlays to the Map

Return to top
Show: