This documentation is for the old version. Go to the latest Graphics Mill docs

RedEyeRemoval.FaceRegion Property

Gets/sets the rectangle which selects the person's face you want to remove the red eye effect from.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property FaceRegion As RectangleF
C#
public RectangleF FaceRegion { get; set; }

Property Value

A RectangleF which specifies the face region.

Remarks

When the Red Eye Removal works, it analyzes the facial features. It helps to reduce probability of malfunction. To make the red eye effect removal process as precise as possible, you should have the user to select the person's face as accurate as possible.

Users should select the face even if they use Manual mode. The eye they select should be inside this rectangle.

See Also

Reference