MatrixMultiply Operator

Multiplies two matrices together and returns the resulting matrix.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Matrix operator *(
	Matrix value1,
	Matrix value2
)

Parameters

value1  Matrix
The first source matrix.
value2  Matrix
The second source matrix.

Return Value

Matrix
The product matrix.

See Also