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

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.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