AiImage.Resize
Resize(int, int, ResizeType)
تغيير حجم الصورة .
public override void Resize(int newWidth, int newHeight, ResizeType resizeType)
| معامل | يكتب | وصف |
|---|
| newWidth | Int32 | العرض الجديد. |
| newHeight | Int32 | الارتفاع الجديد. |
| resizeType | ResizeType | نوع تغيير الحجم. |
استثناءات
| استثناء | حالة |
|---|
| NotImplementedException | > لم يتم التنفيذ |
أنظر أيضا
Resize(int, int, ImageResizeSettings)
تغيير حجم الصورة .
public override void Resize(int newWidth, int newHeight, ImageResizeSettings settings)
| معامل | يكتب | وصف |
|---|
| newWidth | Int32 | العرض الجديد. |
| newHeight | Int32 | الارتفاع الجديد. |
| settings | ImageResizeSettings | إعدادات تغيير الحجم. |
استثناءات
| استثناء | حالة |
|---|
| NotImplementedException | > لم يتم التنفيذ |
أنظر أيضا