IImageCreator Class

Summary: The image creator.

Module: aspose.imaging

Full Name: aspose.imaging.IImageCreator

Methods

NameDescription
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ètreTypeDescription
stream_containerStreamContainerLe conteneur de flux dans lequel créer les données d’image.
image_optionsImageOptionsBaseLes options d’image.
widthintlargeur de la nouvelle image
heightinthauteur de la nouvelle image

Returns

TypeDescription
ImageUne nouvelle instance d’image.