Click or drag to resize

PdfMatrixMultiply Method

Compute a new transformation matrix by multiplying two existing matrices.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static PdfMatrix Multiply(
	PdfMatrix x,
	PdfMatrix y
)

Parameters

x
Type: Opait.Pdf.ApiPdfMatrix
First matrix.
y
Type: Opait.Pdf.ApiPdfMatrix
Second matrix.

Return Value

Type: PdfMatrix
Result of multiplying the first matrix by the second matrix.
See Also