Share via


RedEyeRemovalFilter.EyeAreas Property

Collection of rectangles (maximum 16), each specifying an area in the image containing one red eye to be removed. Expressed in the unit coordinate space of the image, i.e., the top left corner of the image is at (0, 0), and the bottom right corner is at (1, 1). Zero-sized areas and areas outside the image will be quietly ignored.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public IReadOnlyList<Rect> EyeAreas { get; set; }
'Declaration
Public Property EyeAreas As IReadOnlyList(Of Rect)
    Get
    Set
public:
virtual property IReadOnlyList<Rect>^ EyeAreas {
    IReadOnlyList<Rect>^ get () sealed;
    void set (IReadOnlyList<Rect>^ value) sealed;
}
function get_EyeAreas();
function set_EyeAreas(value);

Property Value

Type: IReadOnlyList<Rect>

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

RedEyeRemovalFilter Class

RedEyeRemovalFilter.RedEyeRemovalFilter Members

Lumia.Imaging.Adjustments Namespace