MapLayer.AddChild Method
Adds a UIElement to the map layer.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Overload List
Name | Description | |
---|---|---|
AddChild(UIElement, Location) | Adds a UIElement to the map layer at the specified location. |
|
AddChild(UIElement, Location, Point) | Adds a UIElement to the map layer at the specified location using the given pixel offset. |
|
AddChild(UIElement, Location, PositionOrigin) | Adds a UIElement to the map layer at the specified location using the given position origin. |
|
AddChild(UIElement, LocationRect) | Adds a UIElement to the map layer at the specified location rectangle. |
Remarks
???ADD links to Adding Shapes/Media/Tile Overlays to the Map
See Also
MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top