Invalidates the specified region of the control.
Sub AutomationInvalidate( _
ByVal rc As Leadtools.LeadRectD _
)
void AutomationInvalidate(
Leadtools.LeadRectD rc
)
-(void) automationInvalidate:(LeadRectD) rc;
void automationInvalidate(LeadRectD rc);
function Leadtools.Annotations.Core.IAnnAutomationControl.AutomationInvalidate(
rc
)
rc
A Leadtools.LeadRectD that represents the region to invalidate. If this value is LeadRectD.Empty, then the entire control area must be invalidated. This value is in pixel control coordinate.
The automation object calls AutomationInvalidate when the container or parts of it need to be re-rendered. For example, when the user adds, moves or deletes annotation objects using the designers.
The default implementation calls ImageViewer.Invalidate when this method is called by the automation object.
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