ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / ToArray Method

In This Topic
    ToArray Method (Matrix3x2)
    In This Topic
    Creates an array containing the elements of the matrix.
    Syntax
    'Declaration
     
    Public Function ToArray() As Single()
    public float[] ToArray()

    Return Value

    A sixteen-element array containing the components of the matrix.
    See Also