Enum ImageOrientation
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the possible orientation options.
public enum ImageOrientation
Fields
| Name | Description |
|---|---|
| FlipHorizontal | Flip the image horizontally. |
| FlipTranspose | Flip the image along the Y = (width - X) line (bottom-left to top-right). |
| FlipTransverse | Flip the image along the Y = X line (top-left to bottom-right). |
| FlipVertical | Flip the image vertically. |
| None | No orientation change. |
| Rotate180 | Rotate 180 degrees clockwise. |
| Rotate270 | Rotate 90 degrees counter-clockwise (i.e., 270 degrees clockwise). |
| Rotate90 | Rotate 90 degrees clockwise. |