ComponentOne Bitmap for UWP
SubtractRef Method (Matrix5x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix5x4 Structure : SubtractRef Method
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.
Syntax
'Declaration
 
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
)

Parameters

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

Reference

Matrix5x4 Structure
Matrix5x4 Members