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

Show in webframe

EndUpdate Method (RasterPictureBox)






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

            

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

Target Platforms

See Also

Reference

RasterPictureBox Class
RasterPictureBox Members

Error processing SSI file