Bitmap for WPF
ExchangeColumns メソッド

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

パラメータ

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

Matrix4x4 構造体
Matrix4x4 メンバ