NodeShape.OnParentNodeShapeChanged(RectangleD, RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is invoked if a) ParentShape is NodeShape b) ParentShape either moved or resized.
protected:
virtual void OnParentNodeShapeChanged(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD oldParentAbsoluteBounds, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD newParentAbsoluteBounds);
protected virtual void OnParentNodeShapeChanged (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD oldParentAbsoluteBounds, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD newParentAbsoluteBounds);
abstract member OnParentNodeShapeChanged : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
override this.OnParentNodeShapeChanged : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Protected Overridable Sub OnParentNodeShapeChanged (oldParentAbsoluteBounds As RectangleD, newParentAbsoluteBounds As RectangleD)
Parameters
- oldParentAbsoluteBounds
- RectangleD
old AbsoluteBounds of Parent
- newParentAbsoluteBounds
- RectangleD
new AbsoluteBounds of Parent