ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / AddRef Method
When the method completes, contains the sum of the two matrices.
The first Matrix5x4 to add.
The second Matrix5x4 to add.

In This Topic
    AddRef Method (Matrix5x4)
    In This Topic
    Determines the sum of two matrices.
    Syntax
    'Declaration
     
    Public Shared Sub AddRef( _
       ByRef result As Matrix5x4, _
       ByRef left As Matrix5x4, _
       ByRef right As Matrix5x4 _
    ) 
    public static void AddRef( 
       out Matrix5x4 result,
       ref Matrix5x4 left,
       ref Matrix5x4 right
    )

    Parameters

    result
    When the method completes, contains the sum of the two matrices.
    left
    The first Matrix5x4 to add.
    right
    The second Matrix5x4 to add.
    See Also