Search
RepaintEventArgs.InvalidRect Property
See Also
 






Gets the rectangular area in the document that should be repainted.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Rect InvalidRect { get; }

Visual Basic  Copy Code

Public ReadOnly Property InvalidRect As Rect

 Property Value

An instance of the Microsoft.Maui.Graphics.Rect structure.

 See Also