Initializes a new instance of the
Matrix struct.
シンタックス
'宣言
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
'使用法
Dim M11 As System.Double
Dim M12 As System.Double
Dim M21 As System.Double
Dim M22 As System.Double
Dim offsetX As System.Double
Dim offsetY As System.Double
Dim instance As New Matrix(M11, M12, M21, M22, offsetX, offsetY)
public Matrix(
System.double ,
System.double ,
System.double ,
System.double ,
System.double ,
System.double
)
パラメータ
- 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.
- offsetX
- The value to assign at row 3 column 1 of the matrix.
- offsetY
- The value to assign at row 3 column 2 of the matrix.
参照