Basic Library for WPF/Silverlight
Multiply(Matrix,Matrix) メソッド

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > Extensions クラス > Multiply メソッド : Multiply(Matrix,Matrix) メソッド
乗算する最初の行列。
左の行列に乗算する行列(乗算における右の行列)。
左の行列を右の行列で乗算します。
シンタックス
'宣言
 
Public Overloads Shared Function Multiply( _
   ByVal left As System.Windows.Media.Matrix, _
   ByVal right As System.Windows.Media.Matrix _
) As System.Windows.Media.Matrix
public static System.Windows.Media.Matrix Multiply( 
   System.Windows.Media.Matrix left,
   System.Windows.Media.Matrix right
)

パラメータ

left
乗算する最初の行列。
right
左の行列に乗算する行列(乗算における右の行列)。

戻り値の型

2 つの行列を乗算した結果。
参照

Extensions クラス
Extensions メンバ
オーバーロード一覧