MatrixAppend Method
Appends another matrix as post-multiplication operation.
Equivalent to this * value;
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Matrix Append(
Matrix value
)
Public Function Append (
value As Matrix
) As Matrix
member Append :
value : Matrix -> Matrix
- value Matrix
- A matrix.
MatrixPost-multiplied matrix.