Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnEditDesigner Class : Invalidate Method |
'Usage
Dim instance As AnnEditDesigner Dim rc As LeadRectD instance.Invalidate(rc)
- (void)invalidate:(LeadRectD)rect
@Override public void invalidate(LeadRectD rc)
function Leadtools.Annotations.Designers.AnnEditDesigner.Invalidate( rc )
If the various derived designers determine that the surface of the container needs repainting they call the Invalidate method to perform the repaint. In turn, the Invalidate determines whether there is a valid object in the AutomationControl and calls its AutomationInvalidate method.