[]
Specifies the flip and rotate transformations.
public enum FlipRotateAction
Public Enum FlipRotateAction
| Name | Description |
|---|---|
| FlipHRotate270 | A horizontal flip, then a counter-clockwise rotation of 90 degrees. |
| FlipHRotate90 | A horizontal flip, then a clockwise rotation of 90 degrees. |
| FlipHorizontal | A horizontal flip. Pixels are flipped around the vertical y-axis. |
| FlipVertical | A vertical flip. Pixels are flipped around the horizontal x-axis. |
| None | No transformation. |
| Rotate180 | A clockwise rotation of 180 degrees. |
| Rotate270 | A counter-clockwise rotation of 90 degrees. |
| Rotate90 | A clockwise rotation of 90 degrees. |