IImageCreator Class
Summary: The image creator.
Module: aspose.imaging
Full Name: aspose.imaging.IImageCreator
Methods
| Name | Description |
|---|---|
| create(stream_container, image_options, width, height) | Crée une nouvelle instance d’image avec imageOptions. |
Method: create(stream_container, image_options, width, height)
create(stream_container, image_options, width, height)
Crée une nouvelle instance d’image avec imageOptions.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| stream_container | StreamContainer | Le conteneur de flux dans lequel créer les données d’image. |
| image_options | ImageOptionsBase | Les options d’image. |
| width | int | largeur de la nouvelle image |
| height | int | hauteur de la nouvelle image |
Returns
| Type | Description |
|---|---|
| Image | Une nouvelle instance d’image. |