Search
Diagram.Invalidate Method
See Also
 





Invalidates the diagram or a region of the diagram, causing it to be repainted.

 Overload List

Name Description

Diagram.Invalidate ()

Invalidates the entire diagram.

Diagram.Invalidate (Boolean)

Invalidates the entire diagram and optionally repaints the back-buffer image.

Diagram.Invalidate (Object, Rect)

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

Diagram.Invalidate (Rect)

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

 See Also