RedEyeBlob Class

Represents a red eye blob (i.e. an area which corresponds to a red eye).

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

Syntax

C#
public sealed class RedEyeBlob

Remarks

This class is accessible via the RedEyeMask.Blobs property. The blob is described by two parameters: Center point and BoundingRectangle box. All values 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 not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference