Gets or sets the rectangular areas for applying red-eye correction.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.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); } |