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.
Assembly: System.Windows (in System.Windows.dll)
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.Matrix3DThe Matrix3D that is the result of multiplication.
Show: