ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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.

In This Topic
    ExchangeRows Method
    In This Topic
    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