Table of Contents

Class AssumedObjectData

Namespace
Aspose.Imaging.Masking.Options
Assembly
Aspose.Imaging.dll

The assumed object's data. Includes object's type and area.

public class AssumedObjectData
Inheritance
AssumedObjectData
Inherited Members

Constructors

AssumedObjectData()

Initializes a new instance of the AssumedObjectData class.

public AssumedObjectData()

AssumedObjectData(DetectedObjectType, Rectangle)

Initializes a new instance of the AssumedObjectData class.

public AssumedObjectData(DetectedObjectType type, Rectangle bounds)

Parameters

type DetectedObjectType

The object's type.

bounds Rectangle

The object's bounds.

AssumedObjectData(string, Rectangle)

Initializes a new instance of the AssumedObjectData class.

public AssumedObjectData(string type, Rectangle bounds)

Parameters

type string

The object's type.

bounds Rectangle

The object's bounds.

Properties

Bounds

Gets or sets the object's bounds.

public Rectangle Bounds { get; set; }

Property Value

Rectangle

Type

Gets or sets the object's type.

public DetectedObjectType Type { get; set; }

Property Value

DetectedObjectType