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:

参数TypeDescription
stream_containerStreamContainer用于创建图像数据的流容器。
image_optionsImageOptionsBase图像选项。
widthint新图像的宽度
heightint新图像的高度

Returns

TypeDescription
Image一个新的图像实例。