ComponentOne Bitmap for UWP
ToArray Method (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : ToArray Method
Creates an array containing the elements of the matrix.
Syntax
'Declaration
 
Public Function ToArray() As System.Single()
public System.float[] ToArray()

Return Value

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

Reference

Matrix4x4 Structure
Matrix4x4 Members