Manually invalidates this designer.
Public Overridable Sub Invalidate( _
ByVal rc As Leadtools.LeadRectD _
)
public virtual void Invalidate(
Leadtools.LeadRectD rc
)
- (void)invalidate:(LeadRectD)rect
public void invalidate(LeadRectD rc)
function Leadtools.Annotations.Designers.AnnDesigner.Invalidate(
rc
)
rc
The region to invalidate. If the value of this parameter is LeadRectD.Empty, then the entire surface is invalidated.
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.
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