Port.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.
protected:
override void OnParentNodeShapeChanged(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD oldParentAbsoluteBounds, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD newParentAbsoluteBounds);
protected override void OnParentNodeShapeChanged (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD oldParentAbsoluteBounds, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD newParentAbsoluteBounds);
override this.OnParentNodeShapeChanged : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Protected Overrides Sub OnParentNodeShapeChanged (oldParentAbsoluteBounds As RectangleD, newParentAbsoluteBounds As RectangleD)
Parameters
- oldParentAbsoluteBounds
- RectangleD
- newParentAbsoluteBounds
- RectangleD