Search
Diagram.Invalidate Method (Boolean)
See Also
 





Invalidates the entire diagram and optionally repaints the back-buffer image.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Invalidate (
    bool redrawCacheImage
)

Visual Basic  Copy Code

Public Sub Invalidate( _
    redrawCacheImage As Boolean _
)

 Parameters

redrawCacheImage
A boolean value specifying whether the diagram cache image used during modification should be re-created.

 Remarks

This method raises the Repaint event. DiagramView objects handle Repaint by redrawing the specified diagram region.

 See Also