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:
| 参数 | Type | Description |
|---|---|---|
| stream_container | StreamContainer | 用于创建图像数据的流容器。 |
| image_options | ImageOptionsBase | 图像选项。 |
| width | int | 新图像的宽度 |
| height | int | 新图像的高度 |
Returns
| Type | Description |
|---|---|
| Image | 一个新的图像实例。 |