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)
Public Property EyePoint As PointF
public PointF EyePoint { get; set; }
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).
You should not specify the point outside of the FaceRegion rectangle. Otherwise the transform will fail.