AssumedObjectData Class
Contents
[
Hide
]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 | Description |
|---|---|
| AssumedObjectData() | Initializes a new instance of the AssumedObjectData class. |
| AssumedObjectData(type, bounds) | Initializes a new instance of the AssumedObjectData class. |
| AssumedObjectData(type, bounds) | Initializes a new instance of the AssumedObjectData class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bounds | Rectangle | r/w | Gets or sets the object’s bounds. |
| type | DetectedObjectType | r/w | Gets or sets the object’s type. |
Constructor: AssumedObjectData()
AssumedObjectData()
Initializes a new instance of the AssumedObjectData class.
Constructor: AssumedObjectData(type, bounds)
AssumedObjectData(type, bounds)
Initializes a new instance of the AssumedObjectData class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | DetectedObjectType | The object’s type. |
| bounds | Rectangle | The object’s bounds. |
Constructor: AssumedObjectData(type, bounds)
AssumedObjectData(type, bounds)
Initializes a new instance of the AssumedObjectData class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | string | The object’s type. |
| bounds | Rectangle | The object’s bounds. |