Prototype
ImgShow(intImageHandle)
Description
It shows an image in file preview window. WARNING: you should use this function only if you execute processing on a batch with a single image else at each call a new image is displayed and only last image will be available for pan and zoom.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Example
// It shows the image
ImgShow(_CurrentImage);