ImgFlip
Previous  Top  Next

Prototype

ImgFlip(intImageHandle)

Description

It flip the image, obtaining an image flipped around horizontal axle.

Parameters

intImageHandle: integer value corresponding to the image handle.

Returned value

None.

Notes

None. 

Example

//It flip the image
ImgFlip(_CurrentImage);