Enum RotateMode
Provides enumeration over how the image should be rotated.
Namespace: SixLabors.ImageSharp.Processing
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum RotateMode
Fields
| Name | Description |
|---|---|
| None | Do not rotate the image. |
| Rotate180 | Rotate the image by 180 degrees clockwise. |
| Rotate270 | Rotate the image by 270 degrees clockwise. |
| Rotate90 | Rotate the image by 90 degrees clockwise. |