IImageCreator.Create

IImageCreator.Create method

使用 imageOptions 创建新的图像实例。

public Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, 
    int height)
参数类型描述
streamContainerStreamContainer用于创建图像数据的流容器。
imageOptionsImageOptionsBase图像选项。
宽度Int32新图像的宽度
高度Int32新图像的高度

返回值

一个新的图像实例。

另请参见