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