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