Matrix Constructor (Single, Single, Single, Single, Single, Single)
.NET Framework (current version)
Initializes a new instance of the Matrix class with the specified elements.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- m11
-
Type:
System::Single
The value in the first row and first column of the new Matrix.
- m12
-
Type:
System::Single
The value in the first row and second column of the new Matrix.
- m21
-
Type:
System::Single
The value in the second row and first column of the new Matrix.
- m22
-
Type:
System::Single
The value in the second row and second column of the new Matrix.
- dx
-
Type:
System::Single
The value in the third row and first column of the new Matrix.
- dy
-
Type:
System::Single
The value in the third row and second column of the new Matrix.
.NET Framework
Available since 1.1
Available since 1.1
Show: