Transformation.Matrix Property

Gets or sets the 4x4 matrix.
Public Property Matrix() As Double(,)
This language is not supported or no code example is available.
public double[,] Matrix {get; set;}
This language is not supported or no code example is available.

Property Value

double[,]
Remarks
 
The first index is the row index, the second is the column index.

.NET Framework

Supported in: 4.8

In this article

Definition