public interface IImageCreator
The image creator.
Modifier and Type | Method and Description |
---|---|
Image |
create(StreamContainer streamContainer,
ImageOptionsBase imageOptions,
int width,
int height)
Creates a new image instance with
imageOptions . |
Image create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, int height)
Creates a new image instance with imageOptions
.
streamContainer
- The stream container to create image data in.imageOptions
- The image options.width
- width of new imageheight
- height of new image