ComponentOne Bitmap for UWP
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.

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