UpdateImage method updates the component with the actual image and redraw the client area.
You have to call Update method whenever the Bitmap field is modified.
Update is called automatically when an image processing or input operation is executed.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public void UpdateImage()
Public Sub UpdateImage
public: void UpdateImage()
 Examples
Examples
 CopyC#
CopyC#IEViewer1.UpdateImage();


























