左の行列を右の行列で乗算し、得られた行列を出力パラメータで返します。
シンタックス
'宣言
Public Overloads Shared Sub Multiply( _
ByVal As System.Windows.Media.Matrix, _
ByRef As System.Windows.Media.Matrix, _
ByRef As System.Windows.Media.Matrix _
)
public static void Multiply(
System.Windows.Media.Matrix ,
ref System.Windows.Media.Matrix ,
out System.Windows.Media.Matrix
)
パラメータ
- left
- 乗算する最初の行列。
- right
- 左の行列に乗算する行列(乗算における右の行列)。
- result
- 2 つの行列を乗算した結果。
参照