Search
Diagram.Invalidate Method (Boolean)
See Also
 






Causes the entire visible diagram area to be repainted.

Namespace: MindFusion.Diagramming
Assembly: 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.

 See Also