IImageCreatorDescriptor 类
Summary: The image creator descriptor specifying the creator properties. The creator descriptor is used to overcome
the necessity to contain each image creator instance in memory and multithreading issues.
Module: aspose.imaging
Full Name: aspose.imaging.IImageCreatorDescriptor
Methods
| Name | 描述 |
|---|---|
| can_create(image_options) | 确定图像创建器是否可以使用 imageOptions 创建新图像。 |
| create_instance() | 创建一个新的创建器实例。 |
Method: can_create(image_options)
can_create(image_options)
确定图像创建器是否可以使用 imageOptions 创建新图像。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| image_options | ImageOptionsBase | 图像选项。 |
Returns
| Type | Description |
|---|---|
| bool |
Method: create_instance()
create_instance()
创建一个新的创建器实例。
Returns
| Type | Description |
|---|---|
| IImageCreator | 一个新的创建器实例。 |