Search
Overview.Update Method
See Also
 






Causes the control to recalculate all internals and repaint its client area.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Update ()

Visual Basic  Copy Code

Public Sub Update ()

 Remarks

Call this method after changing the size of the diagram view or the overview size, to ensure the tracking rectangle correctly matches the currently visible part of the diagram.

 See Also