CImage:Hflip
The Hflip method flips (reverses) the image in the horizontal direction. This transformation preserves the world coordinate calibration of the image, if one exists.
bSuccess = CImage:Hflip()
where
bSuccess is the returned success code. On success it is true, otherwise false.