IImageCreator.Create
IImageCreator.Create method
Creates a new image instance with imageOptions.
public Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width,
int height)
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container to create image data in. |
imageOptions | ImageOptionsBase | The image options. |
width | Int32 | width of new image |
height | Int32 | height of new image |
Return Value
A new image instance.
See Also
- class Image
- class StreamContainer
- class ImageOptionsBase
- interface IImageCreator
- namespace Aspose.Imaging
- assembly Aspose.Imaging