Image.ResizeWidthProportionally
Contenido
[
Ocultar
]ResizeWidthProportionally(int)
Cambia el tamaño del ancho proporcionalmente.
public void ResizeWidthProportionally(int newWidth)
| Parámetro | Escribe | Descripción |
|---|---|---|
| newWidth | Int32 | El nuevo ancho. |
Ver también
- class Image
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD
ResizeWidthProportionally(int, ResizeType)
Cambia el tamaño del ancho proporcionalmente.
public virtual void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
| Parámetro | Escribe | Descripción |
|---|---|---|
| newWidth | Int32 | El nuevo ancho. |
| resizeType | ResizeType | Tipo de cambio de tamaño. |
Ver también
- enum ResizeType
- class Image
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD
ResizeWidthProportionally(int, ImageResizeSettings)
Cambia el tamaño del ancho proporcionalmente.
public virtual void ResizeWidthProportionally(int newWidth, ImageResizeSettings settings)
| Parámetro | Escribe | Descripción |
|---|---|---|
| newWidth | Int32 | El nuevo ancho. |
| settings | ImageResizeSettings | La configuración de cambio de tamaño de la imagen. |
Ver también
- class ImageResizeSettings
- class Image
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD