The Invalidate Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- rc
- The invalid rectangle to paint.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnAutomationControl Dim rc As Rectangle instance.Invalidate(rc) |
Parameters
- rc
- The invalid rectangle to paint.
For an example, refer to IAnnAutomationControl.
If your control is derived from the standard System.Windows.Forms.Control, then you do not need to implement this method (since the default System.Windows.Forms.Control.Invalidate will be used). If you have custom implementation, then simply invalidate your control surface when this method is called.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7