Gets or sets the area that should be repainted.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect InvalidRect { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InvalidRect As Rect |
A Microsoft.Maui.Graphics.Rect specifying a rectangular region of the diagram that should be repainted.
See Also