Freigeben über


Matrix3x2F::SetProduct-Methode (d2d1helper.h)

Multipliziert die beiden Matrizen und speichert das Ergebnis in dieser Matrix.

Syntax

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

Parameter

[ref] a

Typ: const Matrix3x2F

Die erste matrix, die multipliziert werden soll.

[ref] b

Typ: const Matrix3x2F

Die zweite zu multiplizierende Matrix.

Rückgabewert

Keine

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps]
Zielplattform Windows
Kopfzeile d2d1helper.h
Bibliothek D2d1.lib
DLL D2d1.dll

Weitere Informationen

Matrix3x2F