Search
Component.Invalidate Method (Rect)
See Also
 






Invalidates the appearance of this component and calls its Draw method at next draw operation.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual void Invalidate (
    Rect rect
)

Visual Basic  Copy Code

Public Overridable Sub Invalidate( _
    rect As Rect _
)

 Parameters

rect

A Microsoft.Maui.Graphics.Rect instance specifying the invalid rectangle.

 See Also