Create

IImageCreator.Create method

Creates a new image instance with imageOptions.

public Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, 
    int height)
ParameterTypeDescription
streamContainerStreamContainerThe stream container to create image data in.
imageOptionsImageOptionsBaseThe image options.
widthInt32width of new image
heightInt32height of new image

Return Value

A new image instance.

See Also