←Select platform

Invalidate Method

Summary

Manually invalidates this designer.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public override void Invalidate( 
   LeadRectD rc 
) 
Public Overrides Sub Invalidate( _ 
   ByVal rc As Leadtools.LeadRectD _ 
)  
public override void Invalidate(  
   Leadtools.LeadRectD rc 
) 
- (void)invalidate:(LeadRectD)rect 
@Override public void invalidate(LeadRectD rc) 
 function Leadtools.Annotations.Designers.AnnEditDesigner.Invalidate(  
   rc  
) 
public:  
   virtual void Invalidate( 
      LeadRectD^ rc 
   ) override 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly