共用方式為


PHImageRequestOptionsResizeMode 列舉

定義

列舉值,控制影像調整大小作業的速度和精確度。

[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 PHImageRequestOptionsResizeMode
type PHImageRequestOptionsResizeMode = 
繼承
PHImageRequestOptionsResizeMode
屬性

欄位

Exact 2

完全調整影像的大小。

Fast 1

大約調整影像的大小,但速度很快。

None 0

請勿調整影像的大小。

適用於