Image.ResizeWidthProportionally
İçindekiler
[
Saklamak
]ResizeWidthProportionally(int)
Genişliği orantılı olarak yeniden boyutlandırır.
public void ResizeWidthProportionally(int newWidth)
| Parametre | Tip | Tanım |
|---|---|---|
| newWidth | Int32 | Yeni genişlik. |
Ayrıca bakınız
- class Image
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
ResizeWidthProportionally(int, ResizeType)
Genişliği orantılı olarak yeniden boyutlandırır.
public virtual void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
| Parametre | Tip | Tanım |
|---|---|---|
| newWidth | Int32 | Yeni genişlik. |
| resizeType | ResizeType | Yeniden boyutlandırma türü. |
Ayrıca bakınız
- enum ResizeType
- class Image
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
ResizeWidthProportionally(int, ImageResizeSettings)
Genişliği orantılı olarak yeniden boyutlandırır.
public virtual void ResizeWidthProportionally(int newWidth, ImageResizeSettings settings)
| Parametre | Tip | Tanım |
|---|---|---|
| newWidth | Int32 | Yeni genişlik. |
| settings | ImageResizeSettings | Görüntü yeniden boyutlandırma ayarları. |
Ayrıca bakınız
- class ImageResizeSettings
- class Image
- ad alanı Aspose.PSD
- toplantı Aspose.PSD