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

RedEyeBlob Class

This class describes red eye blobs (i.e. areas which correspond to the red eye in the original image).

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

Syntax

Visual Basic
Public NotInheritable Class RedEyeBlob
C#
public sealed class RedEyeBlob

Remarks

Red eye blobs objects cannot be created directly. They are returned through the Blobs property of the RedEyeMask class.

Red eye blob is described by two parameters: Center point and BoundingRectangle box. All value are given in coordinates of the red eye mask this blob object is returned from.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Transforms.RedEyeBlob

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also

Reference