'Declaration
Public Function New( _ ByVal m11 As Double, _ ByVal m12 As Double, _ ByVal m21 As Double, _ ByVal m22 As Double, _ ByVal dx As Double, _ ByVal dy As Double _ )
'Usage
Dim m11 As Double Dim m12 As Double Dim m21 As Double Dim m22 As Double Dim dx As Double Dim dy As Double Dim instance As New PdfConcatenateMatrixOperator(m11, m12, m21, m22, dx, dy)
Parameters
- m11
- The m11 element of the transformation matrix.
- m12
- The m12 element of the transformation matrix.
- m21
- The m21 element of the transformation matrix.
- m22
- The m22 element of the transformation matrix.
- dx
- The dx element of the transformation matrix.
- dy
- The dy element of the transformation matrix.