Gets the rectangular area in the document that should be repainted.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Rect InvalidRect { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property InvalidRect As Rect |
An instance of the Microsoft.Maui.Graphics.Rect structure.
See Also