RotationType Enumeration

The type of rotation than the image requires.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public enum RotationType

Members

None0 The image should not be rotated.
Rotate90DegreesCounterClockwise1 The image should be rotated 90 degrees counter-clockwise.
Rotate180Degrees2 The image should be rotated 180 degrees.
Rotate270DegreesCounterClockwise3 The image should be rotated 270 degrees counter-clockwise.

See Also