Causes the control to recalculate its internals and repaint itself.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public new void Update () |
Visual Basic
Copy Code
|
|---|
Public Shadows Sub Update () |
RemarksCall 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