←Select platform

Invalidate Method

Summary
Invalidates the specified region of the automation control.
Syntax
C#
VB
Objective-C
C++
Java
public virtual void Invalidate( 
   LeadRectD rc 
) 
Public Overridable Sub Invalidate( _ 
   ByVal rc As LeadRectD _ 
)  
-(void) invalidate:(LeadRectD)rc; 
public void invalidate(LeadRectD rc) 
public:  
   virtual void Invalidate( 
      LeadRectD^ rc 
   ) 

Parameters

rc
A LeadRectD that represents the region to invalidate. If this value is LeadRectD.Empty, then the entire control area must be invalidated.

Remarks

This is a helper method that calls IAnnAutomationControl.AutomationInvalidate passing rc.

Example

For an example, refer to BeginUndo

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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