'Declaration
Public Function New( _ ByVal m11 As Double, _ ByVal m12 As Double, _ ByVal m21 As Double, _ ByVal m22 As Double, _ ByVal tx As Double, _ ByVal ty As Double _ )
Parameters
- m11
- The element located at row 1, column 1 in the matrix.
- m12
- The element located at row 1, column 2 in the matrix.
- m21
- The element located at row 2, column 1 in the matrix.
- m22
- The element located at row 2, column 2 in the matrix.
- tx
- The X translation offset.
- ty
- The Y translation offset.