ASP.NET Pack Programmer's Guide
IComponentHost.Invalidate Method (RectangleF)
See Also
 





Invalidates the specified area within the host.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

void Invalidate (
    RectangleF bounds
)

Visual Basic  Copy Code

Sub Invalidate( _
    bounds As RectangleF _
)

 Parameters

bounds
A RectangleF instance defining the area to invalidate.

 See Also

Invalidate Method Overload List
IComponentHost Members
IComponentHost Interface
MindFusion.Diagramming.Components Namespace