PsdImage.ResizeWidthProportionally
ResizeWidthProportionally(int, ImageResizeSettings)
Mengubah ukuran lebar secara proporsional.
public override void ResizeWidthProportionally(int newWidth, ImageResizeSettings settings)
| Parameter | Jenis | Keterangan |
|---|---|---|
| newWidth | Int32 | Lebar baru. |
| settings | ImageResizeSettings | Pengaturan pengubahan ukuran gambar. |
Lihat juga
- class ImageResizeSettings
- class PsdImage
- ruang nama Aspose.PSD.FileFormats.Psd
- perakitan Aspose.PSD
ResizeWidthProportionally(int, ResizeType)
Mengubah ukuran lebar secara proporsional.
public override void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
| Parameter | Jenis | Keterangan |
|---|---|---|
| newWidth | Int32 | Lebar baru. |
| resizeType | ResizeType | Jenis pengubahan ukuran. |
Lihat juga
- enum ResizeType
- class PsdImage
- ruang nama Aspose.PSD.FileFormats.Psd
- perakitan Aspose.PSD