ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / Add Method
The first Matrix5x4 to add.
The second Matrix5x4 to add.

In This Topic
    Add Method (Matrix5x4)
    In This Topic
    Determines the sum of two matrices.
    Syntax
    'Declaration
     
    Public Shared Function Add( _
       ByVal left As Matrix5x4, _
       ByVal right As Matrix5x4 _
    ) As Matrix5x4
    public static Matrix5x4 Add( 
       Matrix5x4 left,
       Matrix5x4 right
    )

    Parameters

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

    Return Value

    The sum of the two matrices.
    See Also