ImgShow |
Top Previous Next |
Prototype
ImgShow(intImageHandle)
Description
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
// Show the image ImgShow(_CurrentImage); |