Multiply Operator
Collapse the table of content
Expand the table of content

Matrix3D.Multiply Operator

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Multiplies the specified matrices.

Namespace:  System.Windows.Media.Media3D
Assembly:  System.Windows (in System.Windows.dll)

public static Matrix3D operator *(
	Matrix3D matrix1,
	Matrix3D matrix2
)

Parameters

matrix1
Type: System.Windows.Media.Media3D.Matrix3D
The matrix to multiply.
matrix2
Type: System.Windows.Media.Media3D.Matrix3D
The matrix by which the first matrix is multiplied.

Return Value

Type: System.Windows.Media.Media3D.Matrix3D
The Matrix3D that is the result of multiplication.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft