Share via


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

See Also

MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top