ComponentOne Bitmap for UWP
ExchangeRows Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : ExchangeRows Method
The first row to exchange. This is an index of the row starting at zero.
The second row to exchange. This is an index of the row starting at zero.
Exchanges two rows in the matrix.
Syntax
'Declaration
 
Public Sub ExchangeRows( _
   ByVal firstRow As System.Integer, _
   ByVal secondRow As System.Integer _
) 
public void ExchangeRows( 
   System.int firstRow,
   System.int secondRow
)

Parameters

firstRow
The first row to exchange. This is an index of the row starting at zero.
secondRow
The second row to exchange. This is an index of the row starting at zero.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members