PHImageRequestOptionsResizeMode Enum

Definition

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

[ObjCRuntime.Native]
public enum PHImageRequestOptionsResizeMode
[<ObjCRuntime.Native>]
type PHImageRequestOptionsResizeMode = 
Inheritance
PHImageRequestOptionsResizeMode
Attributes

Fields

Name Value Description
None 0

Do not resize the image.

Fast 1

Resize the image approximately, but quickly.

Exact 2

Resize the image exactly.

Applies to