RedEyeRemoval.EyePoint Property

Gets or sets the point inside the eye.

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

Syntax

C#
public PointF EyePoint { get; set; }

Property Value

A PointF containing the red eye location. Coordinates should be specified relatively to the upper-left corner of the FaceRegion.

Remarks

This property makes sense only when the Mode property is 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

If you specify the point outside of the FaceRegion rectangle the transform fails.

See Also

Reference