Resize
Resize(int, int, ResizeType)
Cambia el tamaño de la imagen.
public override void Resize(int newWidth, int newHeight, ResizeType resizeType)
| Parámetro | Escribe | Descripción |
|---|
| newWidth | Int32 | El nuevo ancho. |
| newHeight | Int32 | La nueva altura. |
| resizeType | ResizeType | El tipo de cambio de tamaño. |
Excepciones
| excepción | condición |
|---|
| NotImplementedException | |
| NotImplementedException | |
Ver también
Resize(int, int, ImageResizeSettings)
Cambia el tamaño de la imagen.
public override void Resize(int newWidth, int newHeight, ImageResizeSettings settings)
| Parámetro | Escribe | Descripción |
|---|
| newWidth | Int32 | El nuevo ancho. |
| newHeight | Int32 | La nueva altura. |
| settings | ImageResizeSettings | La configuración de cambio de tamaño. |
Excepciones
| excepción | condición |
|---|
| NotImplementedException | |
Ver también