MatrixPrepend Method
Prepends another matrix as pre-multiplication operation.
Equivalent to value * this;
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Matrix Prepend(
Matrix value
)
Public Function Prepend (
value As Matrix
) As Matrix
member Prepend :
value : Matrix -> Matrix
- value Matrix
- A matrix.
MatrixPre-multiplied matrix.