IMockingLayer 类
Summary: Masking layer
Module: aspose.imaging.masking.result
Full Name: aspose.imaging.masking.result.IMaskingLayer
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| object_number | int | r | 获取对象编号。 |
Methods
| Name | 描述 |
|---|---|
| get_image() | 提供结果图像。 |
| get_mask() | 获取图像掩码。 |
Method: get_image()
get_image()
提供结果图像。
Returns
| Type | Description |
|---|---|
| RasterImage | 结果图像。 |
Method: get_mask()
get_mask()
获取图像掩码。
Returns
| Type | Description |
|---|---|
| RasterImage | 结果图像掩码。 |