次の方法で共有


Matrix3x2F::operator* メソッド

この行列を指定された行列で乗算して、結果を返します。

構文

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

パラメーター

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

戻り値

Matrix3x2F

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

要件

クライアントの最小要件

Windows 7, Windows Vista SP2 および Windows Vista 用のプラットフォーム更新プログラム

サーバーの最小要件

Windows Server 2008 R2, Windows Server 2008 SP2 および Windows Server 2008 用のプラットフォーム更新プログラム

ヘッダー

D2d1helper.h

ライブラリ

D2d1.lib

DLL

D2d1.dll

名前空間

D2D1

参照

Matrix3x2F