Component.Invalidate override. Invalidates the appearance of this panel and calls its Draw method at next draw operation.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public override void Invalidate ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Sub Invalidate( _ |
A Microsoft.Maui.Graphics.Rect instance specifying the invalid rectangle.
See Also