MirrorTypeEnum
MirrorTypeEnum enumeration constants are used to denote whether the image should be mirrored horizontally or vertically..
typedef enum {
MT_Horizontal,
MT_Vertical
} MirrorTypeEnum;
Elements
Name | Description |
---|---|
MT_Horizontal | Mirror horizontally (around the vertical axis). |
MT_Vertical | Mirror vertically (around the horizontal axis). |
Used in
15.08.2023 13:19:30