Search
IComponentHost.Invalidate Method (Rect)
See Also
 





Invalidates the specified area within the host.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

void Invalidate (
    Rect bounds
)

Visual Basic  Copy Code

Sub Invalidate( _
    bounds As Rect _
)

 Parameters

bounds
A Microsoft.Maui.Graphics.Rect defining the area to invalidate.

 See Also