Invalidates the entire diagram and optionally repaints the back-buffer image.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Invalidate ( |
Visual Basic
Copy Code
|
|---|
Public Sub Invalidate( _ |
RemarksThis method raises the Repaint event. DiagramView objects handle Repaint by redrawing the specified diagram region.
See Also