ImageShapeHasBaseImageShape Constructor (ImageShape, ImageShape)

Constructor Creates a ImageShapeHasBaseImageShape link in the same Partition as the given ImageShape

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

Syntax

'Declaration
Public Sub New ( _
    source As ImageShape, _
    target As ImageShape _
)
public ImageShapeHasBaseImageShape(
    ImageShape source,
    ImageShape target
)
public:
ImageShapeHasBaseImageShape(
    ImageShape^ source, 
    ImageShape^ target
)
new : 
        source:ImageShape * 
        target:ImageShape -> ImageShapeHasBaseImageShape
public function ImageShapeHasBaseImageShape(
    source : ImageShape, 
    target : ImageShape
)

Parameters

.NET Framework Security

See Also

Reference

ImageShapeHasBaseImageShape Class

ImageShapeHasBaseImageShape Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace