Bitmap for WPF
ExchangeRows メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : ExchangeRows メソッド
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.
シンタックス
'宣言
 
Public Sub ExchangeRows( _
   ByVal firstRow As System.Integer, _
   ByVal secondRow As System.Integer _
) 
public void ExchangeRows( 
   System.int firstRow,
   System.int secondRow
)

パラメータ

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.
参照

Matrix4x4 構造体
Matrix4x4 メンバ