The RedEyeArea type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RedEyeArea |
Initializes a new instance of the RedEyeArea class with the specified location, size and threshold.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Overrides ValueType..::.ToString()()().) |
Fields
| Name | Description | |
|---|---|---|
| Empty |
Represents a RedEyeArea structure with its properties left uninitialized.
|
Properties
| Name | Description | |
|---|---|---|
| Height |
Gets or sets the height of this RedEyeArea structure.
| |
| Threshold |
Gets or sets the threshold for detecting red pixels in this RedEyeArea structure.
| |
| Width |
Gets or sets the width of this RedEyeArea structure.
| |
| X |
Gets or sets the x-coordinate of the upper-left corner of this RedEyeArea structure.
| |
| Y |
Gets or sets the y-coordinate of the upper-left corner of this RedEyeArea structure.
|