Interface IImageCreator
Interface IImageCreator
Nazwa przestrzeń: Aspose.Imaging Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Wizerunek twórcy.
public interface IImageCreator
Methods
Create(StreamContainer, ImageOptionsBase, int, int)
Tworzenie nowej instancji obrazu za pomocą imageOptions'.
Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, int height)
Parameters
streamContainer
StreamContainer
Kontainer strumieniowy do tworzenia danych obrazowych.
imageOptions
ImageOptionsBase
Opcje opcji obrazu.
width
int
Szerokość nowego obrazu
height
int
Wysokość nowego obrazu
Returns
Nowy przykład obrazu.