Prototype
ImgMirror(intImageHandle)
Description
It mirror the image, obtaining an image flipped around vertical axle.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Notes
None.
Example
//It mirror the image
ImgMirror(_CurrentImage);