←Select platform

Invalidate(LeadRectD) Method

Summary

Re-renders the specified area in the thumbnails image viewer.

Syntax
C#
VB
C++
public void Invalidate( 
   LeadRectD bounds 
) 
Public Sub Invalidate( 
   ByVal bounds As LeadRectD 
) 
public:  
   void Invalidate( 
      LeadRectD^ bounds 
   ) 

Parameters

bounds

Rectangle in the thumbnails image viewer to re-render.

Remarks

This method will check the value of ImageViewer against null and then call ImageViewer.Invalidate. Refer to this method for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly