IImageCreator Klasse

Summary: The image creator.

Module: aspose.imaging

Full Name: aspose.imaging.IImageCreator

Methods

NameBeschreibung
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:

ParameterTypBeschreibung
stream_containerStreamContainerDer Stream‑Container, in dem Bilddaten erstellt werden.
image_optionsImageOptionsBaseDie Bildoptionen.
widthintBreite des neuen Bildes
heightintHöhe des neuen Bildes

Returns

TypBeschreibung
ImageEine neue Bildinstanz.