次の方法で共有


PHImageRequestOptionsVersion 列挙型

定義

編集済みまたは編集されていないイメージのバージョンを取得するかどうかを制御する値を列挙します。

[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

調整されていないイメージを返します。

適用対象