ComponentOne Bitmap for UWP
Subtract Method (Matrix5x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix5x4 Structure : Subtract Method
The first Matrix5x4 to subtract.
The second Matrix5x4 to subtract.
Determines the difference between two matrices.
Syntax
'Declaration
 
Public Shared Function Subtract( _
   ByVal left As Matrix5x4, _
   ByVal right As Matrix5x4 _
) As Matrix5x4
public static Matrix5x4 Subtract( 
   Matrix5x4 left,
   Matrix5x4 right
)

Parameters

left
The first Matrix5x4 to subtract.
right
The second Matrix5x4 to subtract.

Return Value

The difference between the two matrices.
See Also

Reference

Matrix5x4 Structure
Matrix5x4 Members