The GxRotateFlipType enumeration contains types of image rotation and flipping.
It is used by the following method:
Value | Brief description |
0 | RotateNoneFlipNone. Do not rotate. |
1 | Rotate90FlipNone. Rotate 90 degrees clockwise. |
2 | Rotate180FlipNone. Rotate 180 degrees clockwise. |
3 | Rotate270FlipNone. Rotate 270 degrees clockwise. |
4 | RotateNoneFlipX. Flip horizontally. |
5 | Rotate90FlipX. Rotate 90 degrees clockwise and flip horizontally. |
6 | Rotate180FlipX. Rotate 180 degrees clockwise and flip horizontally. |
7 | Rotate270FlipX. Rotate 270 degrees and flip horizontally. |
See also: