IImageCreator klass
Summary: The image creator.
Module: aspose.imaging
Full Name: aspose.imaging.IImageCreator
Methods
| Name | Description |
|---|---|
| create(stream_container, image_options, width, height) | Skapar en ny bildinstans med imageOptions. |
Method: create(stream_container, image_options, width, height)
create(stream_container, image_options, width, height)
Skapar en ny bildinstans med imageOptions.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| stream_container | StreamContainer | Strömbehållaren för att skapa bilddata i. |
| image_options | ImageOptionsBase | Bildalternativen. |
| width | int | bredd på ny bild |
| height | int | höjd på ny bild |
Returns
| Typ | Beskrivning |
|---|---|
| Image | En ny bildinstans. |