Bitmap for WPF
SubtractRef メソッド (Matrix5x4)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix5x4 構造体 : SubtractRef メソッド
When the method completes, contains the difference between the two matrices.
The first Matrix5x4 to subtract.
The second Matrix5x4 to subtract.
Determines the difference between two matrices.
シンタックス
'宣言
 
Public Shared Sub SubtractRef( _
   ByRef result As Matrix5x4, _
   ByRef left As Matrix5x4, _
   ByRef right As Matrix5x4 _
) 
public static void SubtractRef( 
   out Matrix5x4 result,
   ref Matrix5x4 left,
   ref Matrix5x4 right
)

パラメータ

result
When the method completes, contains the difference between the two matrices.
left
The first Matrix5x4 to subtract.
right
The second Matrix5x4 to subtract.
参照

Matrix5x4 構造体
Matrix5x4 メンバ