Causes the control to recalculate all internals and repaint its client area.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Update () |
Visual Basic
Copy Code
|
|---|
Public 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