NodeShape.OnBoundsFixup Method
Override this method to customize how the bounds for the shape are determined.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
public override void OnBoundsFixup( BoundsFixupState fixupState, int iteration, bool createdDuringViewFixup )
Parameters
- fixupState
- Type: Microsoft.VisualStudio.Modeling.Diagrams.BoundsFixupState
The state of the bounds.
- iteration
- Type: System.Int32
The iteration count, used to avoid infinite loops.
- createdDuringViewFixup
- Type: System.Boolean
true if a child shape was created when the view was fixed up; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.