Compartilhar via


PHImageRequestOptionsResizeMode Enumeração

Definição

Enumera valores que controlam a velocidade e a precisão das operações de redimensionamento de imagem.

[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 = 
Herança
PHImageRequestOptionsResizeMode
Atributos

Campos

Exact 2

Redimensione exatamente a imagem.

Fast 1

Redimensione a imagem aproximadamente, mas rapidamente.

None 0

Não redimensione a imagem.

Aplica-se a