FlexReport for WinForms
Matrix コンストラクタ


C1.Document.4.6.2 アセンブリ > C1.Interop 名前空間 > Matrix 構造体 : Matrix コンストラクタ
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 Matrix struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal M11 As System.Double, _
   ByVal M12 As System.Double, _
   ByVal M21 As System.Double, _
   ByVal M22 As System.Double, _
   ByVal offsetX As System.Double, _
   ByVal offsetY 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 M11,
   System.double M12,
   System.double M21,
   System.double M22,
   System.double offsetX,
   System.double offsetY
)

パラメータ

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

参照

Matrix 構造体
Matrix メンバ