ComponentOne Bitmap for UWP
ExchangeColumns Method

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

Parameters

firstColumn
The first column to exchange. This is an index of the column starting at zero.
secondColumn
The second column to exchange. This is an index of the column starting at zero.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members