Share via


PortPlacementHelper.ResizeParentShapeAsNeeded Method

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

Syntax

'Declaration
Protected Overridable Sub ResizeParentShapeAsNeeded ( _
    ___location As PointD, _
    portShape As Port, _
    parentShape As NodeShape _
)
protected virtual void ResizeParentShapeAsNeeded(
    PointD ___location,
    Port portShape,
    NodeShape parentShape
)
protected:
virtual void ResizeParentShapeAsNeeded(
    PointD ___location, 
    Port^ portShape, 
    NodeShape^ parentShape
)
abstract ResizeParentShapeAsNeeded : 
        ___location:PointD * 
        portShape:Port * 
        parentShape:NodeShape -> unit 
override ResizeParentShapeAsNeeded : 
        ___location:PointD * 
        portShape:Port * 
        parentShape:NodeShape -> unit 
protected function ResizeParentShapeAsNeeded(
    ___location : PointD, 
    portShape : Port, 
    parentShape : NodeShape
)

Parameters

.NET Framework Security

See Also

Reference

PortPlacementHelper Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace