Search
Diagram.Invalidate Method (Object, Rect)
See Also
 






Invalidates the specified document region.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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 Rectangle instance specifying the region that should be repainted. If not specified, the whole diagram will be repainted.

 See Also