ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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.

In This Topic
    ExchangeColumns Method
    In This Topic
    Exchanges two columns in the matrix.
    Syntax
    'Declaration
     
    Public Sub ExchangeColumns( _
       ByVal firstColumn As Integer, _
       ByVal secondColumn As Integer _
    ) 
    public void ExchangeColumns( 
       int firstColumn,
       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