Matrix.Multiply Method (Matrix, Matrix)

Multiplies two Matrix instances.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Matrix Multiply(
	Matrix left,
	Matrix right
)

Parameters

left

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix that is to the left.
right

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix that is to the right.

Return Value

The Matrix containing the result.

See Also

Reference