Interface IImageCreator
Interface IImageCreator
Tên không gian: Aspose.Imaging Tổng hợp: Aspose.Imaging.dll (25.5.0)
hình ảnh sáng tạo.
public interface IImageCreatorMethods
Create(StreamContainer, ImageOptionsBase, int, int)
Tạo một mẫu hình ảnh mới với imageOptions'.
Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, int height)Parameters
streamContainer StreamContainer
Bộ chứa dòng để tạo dữ liệu hình ảnh trong.
imageOptions ImageOptionsBase
Các tùy chọn hình ảnh.
width int
Mở rộng hình ảnh mới
height int
độ cao của hình ảnh mới
Returns
Một hình ảnh mới.