Bitmap for WPF
Matrix3x2 コンストラクタ(Single,Single,Single,Single,Single,Single)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 > Matrix3x2 コンストラクタ : Matrix3x2 コンストラクタ(Single,Single,Single,Single,Single,Single)
The value to assign at row 1 column 1 of the matrix.
The value to assign at row 1 column 2 of the matrix.
The value to assign at row 2 column 1 of the matrix.
The value to assign at row 2 column 2 of the matrix.
The value to assign at row 3 column 1 of the matrix.
The value to assign at row 3 column 2 of the matrix.
Initializes a new instance of the Matrix3x2struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal M11 As System.Single, _
   ByVal M12 As System.Single, _
   ByVal M21 As System.Single, _
   ByVal M22 As System.Single, _
   ByVal M31 As System.Single, _
   ByVal M32 As System.Single _
)
public Matrix3x2( 
   System.float M11,
   System.float M12,
   System.float M21,
   System.float M22,
   System.float M31,
   System.float M32
)

パラメータ

M11
The value to assign at row 1 column 1 of the matrix.
M12
The value to assign at row 1 column 2 of the matrix.
M21
The value to assign at row 2 column 1 of the matrix.
M22
The value to assign at row 2 column 2 of the matrix.
M31
The value to assign at row 3 column 1 of the matrix.
M32
The value to assign at row 3 column 2 of the matrix.
参照

Matrix3x2 構造体
Matrix3x2 メンバ
オーバーロード一覧