Multiply(PDFMatrix) Method
Multiplies this matrix by the matrix specified in the matrix parameter.
Syntax
'Declaration Public Overloads Sub Multiply( _ ByVal matrix As PDFMatrix _ )
'Usage Dim instance As PDFMatrix Dim matrix As PDFMatrix instance.Multiply(matrix)
public void Multiply( PDFMatrix matrix )
Parameters
- matrix
- The matrix by which this matrix is to be multiplied.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also