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