Search
DiagramItem.Repaint Method (RectangleF)
See Also
 





Repaints the specified region of the diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void Repaint (
    RectangleF invalidRect
)

Visual Basic  Copy Code

Protected Sub Repaint( _
    invalidRect As RectangleF _
)

 Parameters

invalidRect
The region to repaint.

 Remarks

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

 See Also