'Declaration
Public Overloads Sub Multiply( _ ByVal matrix As PDFMatrix, _ ByVal append As Boolean _ )
'Usage
Dim instance As PDFMatrix Dim matrix As PDFMatrix Dim append As Boolean instance.Multiply(matrix, append)
Parameters
- matrix
- The matrix by which this matrix is to be multiplied.
- append
- True if the new operation is appended, otherwise it is prepended.