ALAssetOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Up | 0 | The default orientation. |
Down | 1 | The asset has been rotated 180 degrees from Up. |
Left | 2 | The asset has been rotated 90 degrees counter-clockwise from Up. |
Right | 3 | The asset has been rotated 90 degrees clockwise from Up. |
UpMirrored | 4 | The asset has been horizontally mirrored. |
DownMirrored | 5 | The asset has been rotated 180 degrees from Up and then horizontally mirrored. |
LeftMirrored | 6 | The asset has been horizontally mirrorer and then rotated 90 degrees counter-clockwise from Up. |
RightMirrored | 7 | The asset has been horizontally mirrored and then rotated 90 degrees clockwise from Up. |