Gets two-dimensional array of Single values which represents a mask.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public ReadOnly Property Mask As Single(,)
public float[,] Mask { get; }
To get the same as a bitmap, use the BinaryMask value instead.