Invalidate graphic of the specified area (force to be redrawn by next paint event message).

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public void Invalidate(
	Rectangle rect
)
Visual Basic
Public Sub Invalidate ( 
	rect As Rectangle
)

Parameters

rect
Type: System.Drawing..::..Rectangle

Implements

IUserInterface..::..Invalidate(Rectangle)

See Also