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_containerStreamContainerحاوية الدفق لإنشاء بيانات الصورة فيها.
image_optionsImageOptionsBaseخيارات الصورة.
widthintعرض الصورة الجديدة
heightintارتفاع الصورة الجديدة

Returns

نوعالوصف
Imageنسخة صورة جديدة.