Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > IAnnAutomationControl Interface : AutomationInvalidate Method |
-(void) automationInvalidate:(LeadRectD) rc;
void automationInvalidate(LeadRectD rc);
function Leadtools.Annotations.Core.IAnnAutomationControl.AutomationInvalidate( rc )
The automation object calls AutomationInvalidate when the container or parts of it need to be re-rendered. For example, when the user adds, moves or deletes annotation objects using the designers.
The default implementation calls ImageViewer.Invalidate when this method is called by the automation object.