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.
bSuccess = CImage:Vflip()
where
bSuccess is the returned success code. On success it is true, otherwise false.