operator*(const D2D1_MATRIX_3X2_F&,const D2D1_MATRIX_3X2_F&) function
Multiplies two matrices and returns the result.
Syntax
D2D1_MATRIX_3X2_F operator*( const D2D1_MATRIX_3X2_F &matrix1, const D2D1_MATRIX_3X2_F &matrix2 );
Parameters
- matrix1 [ref]
-
Type: const D2D1_MATRIX_3X2_F
The first matrix to multiply.
- matrix2 [ref]
-
Type: const D2D1_MATRIX_3X2_F
The second matrix to multiply.
Return value
Type: D2D1_MATRIX_3X2_F
The result of multiplying matrix1 and matrix2.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|