NodeShape::OnParentNodeShapeChanged Method (RectangleD, RectangleD)

 

This method is invoked if a) ParentShape is NodeShape b) ParentShape either moved or resized.

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

protected:
virtual void OnParentNodeShapeChanged(
	RectangleD oldParentAbsoluteBounds,
	RectangleD newParentAbsoluteBounds
)

Parameters

oldParentAbsoluteBounds
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

old AbsoluteBounds of Parent

newParentAbsoluteBounds
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

new AbsoluteBounds of Parent

Return to top
Show: