Image.ResizeHeightProportionally
Contenido
[
Ocultar
]ResizeHeightProportionally(int)
Cambia el tamaño de la altura proporcionalmente.
public void ResizeHeightProportionally(int newHeight)
Parámetro | Escribe | Descripción |
---|---|---|
newHeight | Int32 | La nueva altura. |
Ver también
- class Image
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD
ResizeHeightProportionally(int, ResizeType)
Cambia el tamaño de la altura proporcionalmente.
public virtual void ResizeHeightProportionally(int newHeight, ResizeType resizeType)
Parámetro | Escribe | Descripción |
---|---|---|
newHeight | Int32 | La nueva altura. |
resizeType | ResizeType | Tipo de cambio de tamaño. |
Ver también
- enum ResizeType
- class Image
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD
ResizeHeightProportionally(int, ImageResizeSettings)
Cambia el tamaño de la altura proporcionalmente.
public virtual void ResizeHeightProportionally(int newHeight, ImageResizeSettings settings)
Parámetro | Escribe | Descripción |
---|---|---|
newHeight | Int32 | La nueva altura. |
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