This topic has not yet been rated - Rate this topic

NodeShape.OnParentNodeShapeChanged Method

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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.