Gets a reference to the array which stores the matrix elements.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public ReadOnly Property Elements As Single()
public float[] Elements { get; }
This array stores 9 elements - the first triple represents the first row, the second triple - the second row, and the third triple is the third row.
This property returns a reference to the array rather than a copy. It means that if you modify some element in this array, the changes will immediately reflect in the matrix.