This topic has not yet been rated - Rate this topic

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 only]

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]

Header

D2d1helper.h

Library

D2d1.lib

DLL

D2d1.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.