PHImageRequestOptionsVersion 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉值,控制擷取已編輯或未編輯的映射版本。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum PHImageRequestOptionsVersion
type PHImageRequestOptionsVersion =
- 繼承
-
PHImageRequestOptionsVersion
- 屬性
欄位
Current | 0 | 傳回已編輯的映射版本。 |
Original | 2 | 傳回映射的最高品質版本。 |
Unadjusted | 1 | 傳回未調整的映射。 |