ETcVnFlipAxis
Defines the axis around which to flip (mirror) the image.
Syntax
Definition:
enum ETcVnFlipAxis : SHORT
{
FA_XY = -1,
FA_X = 0,
FA_Y = 1
};
Values
Name |
Description |
---|---|
FA_XY |
Flip the image around both axes |
FA_X |
Flip the image around the X axis |
FA_Y |
Flip the image around the Y axis |