IImageCreator فئة
Summary: The image creator.
Module: aspose.imaging
Full Name: aspose.imaging.IImageCreator
Methods
| Name | الوصف |
|---|---|
| create(stream_container, image_options, width, height) | ينشئ نسخة صورة جديدة باستخدام imageOptions. |
Method: create(stream_container, image_options, width, height)
create(stream_container, image_options, width, height)
ينشئ نسخة صورة جديدة باستخدام imageOptions.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| stream_container | StreamContainer | حاوية الدفق لإنشاء بيانات الصورة فيها. |
| image_options | ImageOptionsBase | خيارات الصورة. |
| width | int | عرض الصورة الجديدة |
| height | int | ارتفاع الصورة الجديدة |
Returns
| نوع | الوصف |
|---|---|
| Image | نسخة صورة جديدة. |