Matrix.Multiply Operator

Multiplies two specified Matrix instances.

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

Syntax

C#
public static Matrix operator *(
	Matrix left,
	Matrix right
)

Parameters

left

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix that is to the left of the multiply operator.
right

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix that is to the right of the multiply operator.

Return Value

The Matrix containing the result.

See Also

Reference