Search
Overview.Update Method
See Also
 





Causes the control to recalculate its internals and repaint itself.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public new void Update ()

Visual Basic  Copy Code

Public Shadows 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