Gets or sets the point inside the eye.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PointF EyePoint { get; set; }
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).
If you specify the point outside of the FaceRegion rectangle the transform fails.