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

RedEyeMask.Mask Property

Gets two-dimensional array of Single values which represents a mask.

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

Syntax

Visual Basic
Public ReadOnly Property Mask As Single(,)
C#
public float[,] Mask { get; }

Property Value

Two-dimensional array of Single values which represents a mask.

Remarks

To get the same as a bitmap, use the BinaryMask value instead.

See Also

Reference