Matrix3x2F::operator* メソッド (d2d1helper.h)

この行列を指定した行列に乗算し、結果を返します。

構文

Matrix3x2F operator*(
  [ref] const Matrix3x2F & matrix
);

パラメーター

[ref] matrix

型: const Matrix3x2F

この行列に対して乗算する行列。

戻り値

種類: Matrix3x2F

この行列と指定した行列を乗算した結果。

要件

   
サポートされている最小のクライアント Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
対象プラットフォーム Windows
ヘッダー d2d1helper.h
Library D2d1.lib
[DLL] D2d1.dll

関連項目

Matrix3x2F