共用方式為


ALAssetOrientation 列舉

定義

資產的方向。

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

欄位

Down 1

資產已從 Up 輪替 180 度。

DownMirrored 5

資產已從 Up 180 度旋轉,然後水準鏡像。

Left 2

資產已從 Up 逆時針旋轉 90 度。

LeftMirrored 6

資產已水準鏡像,然後從 Up 逆時針旋轉 90 度。

Right 3

資產已從 Up 順時針旋轉 90 度。

RightMirrored 7

資產已水準鏡像,然後從 Up 順時針旋轉 90 度。

Up 0

預設方向。

UpMirrored 4

資產已水準鏡像。

適用於