IImageCreator Klasse
Summary: The image creator.
Module: aspose.imaging
Full Name: aspose.imaging.IImageCreator
Methods
| Name | Beschreibung |
|---|---|
| create(stream_container, image_options, width, height) | Erstellt eine neue Bildinstanz mit imageOptions. |
Method: create(stream_container, image_options, width, height)
create(stream_container, image_options, width, height)
Erstellt eine neue Bildinstanz mit imageOptions.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| stream_container | StreamContainer | Der Stream‑Container, in dem Bilddaten erstellt werden. |
| image_options | ImageOptionsBase | Die Bildoptionen. |
| width | int | Breite des neuen Bildes |
| height | int | Höhe des neuen Bildes |
Returns
| Typ | Beschreibung |
|---|---|
| Image | Eine neue Bildinstanz. |