Matrix3x2F ::SetProduct, méthode (d2d1helper.h)

Multiplie les deux matrices et stocke le résultat dans cette matrice.

Syntaxe

void SetProduct(
  [ref] const Matrix3x2F & a,
  [ref] const Matrix3x2F & b
);

Paramètres

[ref] a

Type : const Matrix3x2F

Première matrice à multiplier.

[ref] b

Type : const Matrix3x2F

Deuxième matrice à multiplier.

Valeur de retour

None

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2008 R2, Windows Server 2008 avec SP2 et Mise à jour de plateforme pour Windows Server 2008 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête d2d1helper.h
Bibliothèque D2d1.lib
DLL D2d1.dll

Voir aussi

Matrix3x2F