public enum RotationType
Public Enumeration RotationType
public enum class RotationType
type RotationType
None | 0 | The image should not be rotated. |
Rotate90DegreesCounterClockwise | 1 | The image should be rotated 90 degrees counter-clockwise. |
Rotate180Degrees | 2 | The image should be rotated 180 degrees. |
Rotate270DegreesCounterClockwise | 3 | The image should be rotated 270 degrees counter-clockwise. |