Invalidate graphic of the specified area
(force to be redrawn by next paint event message).
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
void Invalidate( Rectangle rect ) |
Visual Basic |
---|
Sub Invalidate ( rect As Rectangle ) |
Parameters
- rect
- Type: System.Drawing..::..Rectangle