Gets or sets the rectangular areas for applying red-eye correction.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public RedEyeArea[] RedEyeAreas { get; set; }
Visual Basic (Declaration)
Public Property RedEyeAreas As RedEyeArea()
Visual C++
public:
property array<RedEyeArea>^ RedEyeAreas {
	array<RedEyeArea>^ get ();
	void set (array<RedEyeArea>^ value);
}

See Also