Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the Microsoft.Maps.MapControl.WPF.Overlays.MapForeground class.
Namespace: Microsoft.Maps.MapControl.WPF.Overlays
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public MapForeground(
Map map
)
public:
MapForeground(
Map^ map
)
new :
map:Map -> MapForeground
Public Sub New (
map As Map
)
Parameters
map
Type: Microsoft.Maps.MapControl.WPF.MapThe map to use.
See Also
MapForeground Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace
Return to top