ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / Subtract Method
The first Matrix5x4 to subtract.
The second Matrix5x4 to subtract.

In This Topic
    Subtract Method (Matrix5x4)
    In This Topic
    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