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.
bResult = CImage:Hflip()
On success, this method returns true.
On failure, this method returns false.