Class ExifOrientationMode
- Namespace
- SixLabors.ImageSharp.Metadata.Profiles.Exif
- Assembly
- SixLabors.ImageSharp.dll
Enumerates the available orientation values supplied by EXIF metadata.
public static class ExifOrientationMode
- Inheritance
-
ExifOrientationMode
- Inherited Members
Fields
BottomLeft
The 0th row at the bottom, the 0th column on the left.
public const ushort BottomLeft = 4
Field Value
BottomRight
The 0th row at the bottom, the 0th column on the right.
public const ushort BottomRight = 3
Field Value
LeftBottom
The 0th row on the left, the 0th column at the bottom.
public const ushort LeftBottom = 8
Field Value
LeftTop
The 0th row on the left, the 0th column at the top.
public const ushort LeftTop = 5
Field Value
RightBottom
The 0th row on the right, the 0th column at the bottom.
public const ushort RightBottom = 7
Field Value
RightTop
The 0th row at the right, the 0th column at the top.
public const ushort RightTop = 6
Field Value
TopLeft
The 0th row at the top, the 0th column on the left.
public const ushort TopLeft = 1
Field Value
TopRight
The 0th row at the top, the 0th column on the right.
public const ushort TopRight = 2
Field Value
Unknown
Unknown rotation.
public const ushort Unknown = 0