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

RedEyeRemoval.EyePoint Property

Gets/sets the point inside the eye where the red eye effect should be removed.

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

Syntax

Visual Basic
Public Property EyePoint As PointF
C#
public PointF EyePoint { get; set; }

Property Value

A PointF which specify the point inside the red eye. Coordinates should be specified relatively left-top corner of the FaceRegion.

Remarks

This property makes sense only when the Mode property equals to Manual. Typically the user clicks the red eye position with a mouse button. You should recalculate these coordinates relatively the face selection (specified by the FaceRegion property).

Note

You should not specify the point outside of the FaceRegion rectangle. Otherwise the transform will fail.

See Also

Reference