NodeShape::OnParentNodeShapeChanged Method (RectangleD, RectangleD)
Visual Studio 2015
This method is invoked if a) ParentShape is NodeShape b) ParentShape either moved or resized.
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
Show: