Interface IImageCreator

Interface IImageCreator

ชื่อพื้นที่: Aspose.Imaging การประกอบ: Aspose.Imaging.dll (25.4.0)

ผู้สร้างภาพ

public interface IImageCreator

Methods

Create(StreamContainer, ImageOptionsBase, int, int)

สร้างตัวอย่างภาพใหม่ด้วย imageOptions'.

Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, int height)

Parameters

streamContainer StreamContainer

กระแสคอนเทนเนอร์เพื่อสร้างข้อมูลภาพใน

imageOptions ImageOptionsBase

ตัวเลือกภาพ

width int

ความกว้างของภาพใหม่

height int

ความสูงของภาพใหม่

Returns

Image

ตัวอย่างภาพใหม่

 แบบไทย