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.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void UpdateImage()
Public Sub UpdateImage
public:
void UpdateImage()

Examples

CopyC#
IEViewer1.Update();

See Also