Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

EndUpdate Method (RasterImageViewer)






Resumes drawing which was disabled by a call to BeginUpdate.
Syntax
public virtual void EndUpdate()
'Declaration
 
Public Overridable Sub EndUpdate() 
'Usage
 
Dim instance As RasterImageViewer
 
instance.EndUpdate()

            

            
public:
virtual void EndUpdate(); 
Remarks
When you want to disable repainting of the viewer, call BeginUpdate.
When you are ready to resume painting call EndUpdate.
Example
Refer to BeginUpdate.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file