Initializes a new instance of the
SvgMatrix class.
シンタックス
'宣言
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 _
)
public SvgMatrix(
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.
- 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.
参照