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 MapShapeBase class.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected MapShapeBase(
Shape shape
)
protected:
MapShapeBase(
Shape^ shape
)
new :
shape:Shape -> MapShapeBase
Protected Sub New (
shape As Shape
)
Parameters
shape
Type: System.Windows.Shapes.ShapeThe shape to initialize on the map.
See Also
MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top