MapShapeBase Constructor (Shape)
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