ComponentOne Bitmap for UWP
AddRef Method (Matrix5x4)

C1.UWP.DX 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.
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

Reference

Matrix5x4 Structure
Matrix5x4 Members