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