ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Add Method
The first matrix to add.
The second matrix to add.

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

    Parameters

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

    Return Value

    The sum of the two matrices.
    See Also