左の行列を右の行列で乗算します。
シンタックス
'宣言
Public Overloads Shared Function Multiply( _
ByVal As System.Windows.Media.Matrix, _
ByVal As System.Windows.Media.Matrix _
) As System.Windows.Media.Matrix
public static System.Windows.Media.Matrix Multiply(
System.Windows.Media.Matrix ,
System.Windows.Media.Matrix
)
パラメータ
- left
- 乗算する最初の行列。
- right
- 左の行列に乗算する行列(乗算における右の行列)。
戻り値の型
2 つの行列を乗算した結果。
参照