MindFusion.Wpf Pack Programmer's Guide
Diagram.Invalidate Method
See Also
 





Invalidates the specified rectangle of the diagram, causing it to be repainted.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Invalidate (
    Object sender,
    Rect invalidRect
)

Visual Basic  Copy Code

Public Sub Invalidate( _
    sender As Object, _
    invalidRect As Rect _
)

 Parameters

sender

The object that causes the diagram invalidation.

invalidRect
A Rect instance specifying the region that should be repainted. If not specified, the whole diagram will be repainted.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace