Updates the container bounds to fit its contents.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void UpdateBounds ( |
Visual Basic
Copy Code
|
|---|
Public Sub UpdateBounds( _ |
RemarksThis methods calculates the union of the bounding rectangles of all child nodes, and optionally links between them, and sets it as a new Bounds value.
See Also