Search
DiagramItem.Repaint Method (Rect)
See Also
 






Repaints the specified region of the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void Repaint (
    Rect invalidRect
)

Visual Basic  Copy Code

Protected Sub Repaint( _
    invalidRect As Rect _
)

 Parameters

invalidRect

The region to repaint.

 Remarks

Call this method to repaint a part of the item after changing its appearance attributes.

 See Also