←Select platform

Invalidate Method

Summary
Manually invalidates this designer.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void Invalidate( 
   LeadRectD rc 
) 
- (void)invalidate:(LeadRectD)rect; 
public void invalidate(LeadRectD rc) 
public:  
   virtual void Invalidate( 
      LeadRectD^ rc 
   ) 
def Invalidate(self,rc): 

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 will call the Invalidate method to do that. In turn, the Invalidate method determines if there is a valid object in the AutomationControl and calls its AutomationInvalidate method.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.