C#
VB
Java
Objective-C
WinRT C#
C++
Invalidates the specified region of the automation control.
Public Overridable Sub Invalidate( _
ByVal rc As Leadtools.LeadRectD _
)
public virtual void Invalidate(
Leadtools.LeadRectD rc
)
-(void) invalidate:(LeadRectD)rc;
public void invalidate(LeadRectD rc)
function Leadtools.Annotations.Automation.AnnAutomation.Invalidate(
rc
)
rc
A LeadRectD that represents the region to invalidate. If this value is LeadRectD.Empty, then the entire control area must be invalidated.
This is a helper method that calls IAnnAutomationControl.AutomationInvalidate passing rc.
For an example, refer to BeginUndo
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET