ImageShape Constructor (Partition, array<PropertyAssignment )

Constructor

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public Sub New ( _
    partition As Partition, _
    ParamArray propertyAssignments As PropertyAssignment() _
)
public ImageShape(
    Partition partition,
    params PropertyAssignment[] propertyAssignments
)
public:
ImageShape(
    Partition^ partition, 
    ... array<PropertyAssignment^>^ propertyAssignments
)
new : 
        partition:Partition * 
        propertyAssignments:PropertyAssignment[] -> ImageShape
public function ImageShape(
    partition : Partition, 
    ... propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

ImageShape Class

ImageShape Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace