.. highlightlang:: us .. index:: ImageFlip .. _imageflip: ImageFlip =========== .. us.tag ImageSaveAs NOTREADYENGLISH Image ImageSet New400 Changed6000 :ref:`ImageSaveAs` saves the picture in its orignal format as a file. .. function:: bool = ImageFlip(hImg) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hImg Identifies the image. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2018 - * - 4.0 - New. .. seealso:: :ref:`overview-pictures`, :ref:`ImageCreate`, :ref:`ImageMirror`, :ref:`ImageRotate90` :sub:`id-1549488`