Click or drag to resize

MatrixMultiply Method

Multiply the specified matrix and matrices.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static IMatrix Multiply(
	IMatrix matrix,
	params IMatrix[] matrices
)

Parameters

matrix
Type: Eto.DrawingIMatrix
Matrix to multiply with
matrices
Type: Eto.DrawingIMatrix
Matrices to append

Return Value

Type: IMatrix
A new matrix with the product of multiplying each of the specified matrix and matrices
See Also