AssumedObjectData 类
Summary: The assumed object’s data. Includes object’s type and area.
Module: aspose.imaging.masking.options
Full Name: aspose.imaging.masking.options.AssumedObjectData
Constructors
| Name | 描述 |
|---|---|
| AssumedObjectData() | 初始化 AssumedObjectData 类的新实例。 |
| AssumedObjectData(type, bounds) | 初始化 AssumedObjectData 类的新实例。 |
| AssumedObjectData(type, bounds) | 初始化 AssumedObjectData 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| bounds | Rectangle | r/w | 获取或设置对象的边界。 |
| type | DetectedObjectType | r/w | 获取或设置对象的类型。 |
Constructor: AssumedObjectData()
AssumedObjectData()
初始化 AssumedObjectData 类的新实例。
Constructor: AssumedObjectData(type, bounds)
AssumedObjectData(type, bounds)
初始化 AssumedObjectData 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| type | DetectedObjectType | 对象的类型。 |
| bounds | Rectangle | 对象的边界。 |
Constructor: AssumedObjectData(type, bounds)
AssumedObjectData(type, bounds)
初始化 AssumedObjectData 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| type | string | 对象的类型。 |
| bounds | Rectangle | 对象的边界。 |