AssumedObjectData Class

Summary: The assumed object’s data. Includes object’s type and area.

Module: aspose.imaging.masking.options

Full Name: aspose.imaging.masking.options.AssumedObjectData

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
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

NameTypeAccessDescription
boundsRectangler/wGets or sets the object’s bounds.
typeDetectedObjectTyper/wGets 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:

ParameterTypeDescription
typeDetectedObjectTypeThe object’s type.
boundsRectangleThe object’s bounds.

Constructor: AssumedObjectData(type, bounds)

 AssumedObjectData(type, bounds) 

Initializes a new instance of the AssumedObjectData class.

Parameters:

ParameterTypeDescription
typestringThe object’s type.
boundsRectangleThe object’s bounds.