MapLayer.AddChild Method (UIElement, LocationRect)

Bing
 

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

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

public void AddChild(
	UIElement element,
	LocationRect locationRect
)

Parameters

element
Type: System.Windows.UIElement

The UIElement to add.

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

The location rectangle at which to add the UIElement.

Return to top
Show: