Create

IImageCreator.Create method

创建一个新的图像实例imageOptions .

public Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, 
    int height)
范围类型描述
streamContainerStreamContainer在其中创建图像数据的流容器。
imageOptionsImageOptionsBase图像选项。
widthInt32新图像的宽度
heightInt32新图像的高度

返回值

一个新的图像实例。

也可以看看