MirrorDirection Enumeration

The direction that the image should be mirrored (flipped).

Definition

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

Members

Vertical0 The image should be flipped vertically.
Horizontal1 The image should be flipped horizontally.

See Also