TFlipMode Enumeration
How an image will be flipped when filling a pattern.
Syntax
Unit: FlexCel.Core
Members
| Name |
Value |
Description |
| None |
0 |
Image will not be flipped.
|
| X |
1 |
Tiles are flipped horizontally.
|
| Y |
2 |
Tiles are flipped vertically.
|
| XY |
3 |
Tiles are flipped horizontally and vertically.
|