ALAssetOrientation Enum

Definition

The orientation of the asset.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Photos' API instead.")]
public enum ALAssetOrientation
type ALAssetOrientation = 
Inheritance
ALAssetOrientation
Attributes

Fields

Down 1

The asset has been rotated 180 degrees from Up.

DownMirrored 5

The asset has been rotated 180 degrees from Up and then horizontally mirrored.

Left 2

The asset has been rotated 90 degrees counter-clockwise from Up.

LeftMirrored 6

The asset has been horizontally mirrorer and then rotated 90 degrees counter-clockwise from Up.

Right 3

The asset has been rotated 90 degrees clockwise from Up.

RightMirrored 7

The asset has been horizontally mirrored and then rotated 90 degrees clockwise from Up.

Up 0

The default orientation.

UpMirrored 4

The asset has been horizontally mirrored.

Applies to