FlipAxis
The axis over which to flip an image.
Elements
| Name | Value | Description |
|---|---|---|
| IMAQ_HORIZONTAL_AXIS | 0 | Flips the image over the central horizontal axis. |
| IMAQ_VERTICAL_AXIS | 1 | Flips the image over the central vertical axis. |
| IMAQ_CENTER_AXIS | 2 | Flips the image over both the central vertical and horizontal axes. |
| IMAQ_DIAG_L_TO_R_AXIS | 3 | Flips the image over an axis from the upper left corner to lower right corner. |
| IMAQ_DIAG_R_TO_L_AXIS | 4 | Flips the image over an axis from the upper right corner to lower left corner. |
| IMAQ_FLIP_AXIS_SIZE_GUARD | 0xFFFFFFFF | Reserved |