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

RedEyeRemoval Constructor

Creates and initializes new instance of the RedEyeRemoval class.

Overload List

Name Description
Public method RedEyeRemoval()

Creates and initializes new instance of the RedEyeRemoval class.

Public method RedEyeRemoval(Rectangle)

Creates and initializes new instance of the RedEyeRemoval class. You can pass the face rectangle into this constructor. It is convenient for the Semiautomatic mode.

Public method RedEyeRemoval(RectangleF)

Creates and initializes new instance of the RedEyeRemoval class. You can pass the face rectangle into this constructor. It is convenient for the Semiautomatic mode.

Public method RedEyeRemoval(Rectangle, Point, Single)

Creates and initializes new instance of the RedEyeRemoval class. Use this constructor to pass all values for the Manual mode.

Public method RedEyeRemoval(RectangleF, PointF, Single)

Creates and initializes new instance of the RedEyeRemoval class. Use this constructor to pass all values for the Manual mode.

See Also

Reference