invalidate Method

Summary

Manually invalidates this designer.

Syntax
TypeScript
JavaScript
AnnEditDesigner.prototype.invalidate = function( 
   rc 
) 
invalidate( 
   rc: LeadRectD 
): void; 

Parameters

rc

The region to invalidate. If the value of this parameter is LeadRectD.Empty, then the entire surface is invalidated.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.