Partilhar via


WebImage.Resize(Int32, Int32, Boolean, Boolean) Método

Definição

Redimensiona uma imagem.

public System.Web.Helpers.WebImage Resize (int width, int height, bool preserveAspectRatio = true, bool preventEnlarge = false);
member this.Resize : int * int * bool * bool -> System.Web.Helpers.WebImage
Public Function Resize (width As Integer, height As Integer, Optional preserveAspectRatio As Boolean = true, Optional preventEnlarge As Boolean = false) As WebImage

Parâmetros

width
Int32

A largura, em pixels, do WebImage objeto .

height
Int32

A altura, em pixels, do WebImage objeto .

preserveAspectRatio
Boolean

true para preservar a taxa de proporção da imagem; caso contrário, false.

preventEnlarge
Boolean

true para evitar a ampliação da imagem; caso contrário, false.

Retornos

A imagem redimensionada.

Aplica-se a