ETcVnFlipAxis
Defines the axis around which to flip (mirror) the image.
Syntax
Definition:
TYPE ETcVnFlipAxis :
(
TCVN_FA_XY := -1,
TCVN_FA_X := 0,
TCVN_FA_Y := 1
)INT;
END_TYPE
Values
Name |
Description |
---|---|
TCVN_FA_XY |
Flip the image around both axes |
TCVN_FA_X |
Flip the image around the X axis |
TCVN_FA_Y |
Flip the image around the Y axis |