CImage:Vflip
The Vflip method flips (reverses) the image in the vertical direction. This transformation preserves the world coordinate calibration of the image, if one exists.
bResult = CImage:Vflip()
On success, this method returns true.
On failure, this method returns false.