IImageCreator.Create
IImageCreator.Create method
使用 imageOptions 创建新的图像实例。
public Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width,
int height)
| 参数 | 类型 | 描述 |
|---|---|---|
| streamContainer | StreamContainer | 用于创建图像数据的流容器。 |
| imageOptions | ImageOptionsBase | 图像选项。 |
| 宽度 | Int32 | 新图像的宽度 |
| 高度 | Int32 | 新图像的高度 |
返回值
一个新的图像实例。
另请参见
- class Image
- class StreamContainer
- class ImageOptionsBase
- interface IImageCreator
- namespace Aspose.Imaging
- assembly Aspose.Imaging