Initializes a new instance of the RedEyeArea class with the specified location, size and threshold.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public RedEyeArea(
	int x,
	int y,
	int width,
	int height,
	int threshold
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer, _
	threshold As Integer _
)
Visual C++
public:
RedEyeArea(
	int x, 
	int y, 
	int width, 
	int height, 
	int threshold
)

Parameters

x
Type: System..::.Int32
The x-coordinate of the upper-left corner of the red-eye rectangular area.
y
Type: System..::.Int32
The y-coordinate of the upper-left corner of the red-eye rectangular area.
width
Type: System..::.Int32
The width of the red-eye rectangular area.
height
Type: System..::.Int32
The height of the red-eye rectangular area.
threshold
Type: System..::.Int32
The threshold for detecting red pixels in the red-eye rectangular area.

See Also