Interface IImageCreator
Interface IImageCreator
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.8.0)
The image creator.
public interface IImageCreatorMethods
Create(StreamContainer, ImageOptionsBase, int, int)
Creates a new image instance with imageOptions.
Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, int height)Parameters
streamContainer StreamContainer
The stream container to create image data in.
imageOptions ImageOptionsBase
The image options.
width int
width of new image
height int
height of new image
Returns
A new image instance.