Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewer Class > Invalidate Method : Invalidate(LeadRectD) Method |
Calling Invalidate will cause the viewer to re-render the content of the view and items. The value of rc will be used as the invalid rectangle used with ImageViewerRenderEventArgs and if it is not empty, only that portion of the viewer will updated.
To re-render a single item quickly, use InvalidateItem or InvalidateItemByIndex.
For more information, refer to Image Viewer Rendering.