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