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

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[] 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