ImageShape Constructor

Initializes a new instance of the ImageShape class.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Sub New ( _
    partition As Partition, _
    propertyAssignments As PropertyAssignment() _
)
protected ImageShape(
    Partition partition,
    PropertyAssignment[] propertyAssignments
)
protected:
ImageShape(
    Partition^ partition, 
    array<PropertyAssignment^>^ propertyAssignments
)
new : 
        partition:Partition * 
        propertyAssignments:PropertyAssignment[] -> ImageShape
protected function ImageShape(
    partition : Partition, 
    propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

ImageShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace