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

RedEyeBlob.BoundingRectangle Property

Gets the bounding rectangle of the red eye blob.

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

Syntax

Visual Basic
Public ReadOnly Property BoundingRectangle As Rectangle
C#
public Rectangle BoundingRectangle { get; }

Property Value

A Rectangle which stores the bounding box of the red eye blob.

See Also

Reference