Share via


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

不要调整图像大小。

适用于