Interface IImageCreator
The image creator.
public interface IImageCreator
Methods
Create(StreamContainer, ImageOptionsBase, int, int)
Creates a new image instance with imageOptions
.
Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, int height)
Parameters
streamContainer
StreamContainerThe stream container to create image data in.
imageOptions
ImageOptionsBaseThe image options.
width
intwidth of new image
height
intheight of new image
Returns
- Image
A new image instance.