Invalidates the specified document region.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Invalidate ( |
Visual Basic
Copy Code
|
|---|
Public Sub Invalidate( _ |
A Rectangle instance specifying the region that should be repainted. If not specified, the whole diagram will be repainted.
See Also