PHImageRequestOptionsResizeMode Enum

Definition

Enumerates values that control the speed and accuracy of image resizing operations.

[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 = 
Inheritance
PHImageRequestOptionsResizeMode
Attributes

Fields

Exact 2

Resize the image exactly.

Fast 1

Resize the image approximately, but quickly.

None 0

Do not resize the image.

Applies to