Share via


RedEyeRemovalEffect.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 IVectorView EyeAreas { get; set; }
'Declaration
Public Property EyeAreas As IVectorView
    Get
    Set
public:
virtual property IVectorView^ EyeAreas {
    IVectorView^ get () sealed;
    void set (IVectorView^ value) sealed;
}
function get_EyeAreas();
function set_EyeAreas(value);

Property Value

Type: IVectorView

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

RedEyeRemovalEffect Class

RedEyeRemovalEffect.RedEyeRemovalEffect Members

Lumia.Imaging.Adjustments Namespace