Table of Contents

Method Multiply

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Multiply(PdfMatrix, PdfMatrix)

Multiplies a PdfMatrix structure by another PdfMatrix structure.

public static PdfMatrix Multiply(PdfMatrix left, PdfMatrix right)

Parameters

left PdfMatrix

The left matrix to multiply.

right PdfMatrix

The right matrix to multiply.

Returns

PdfMatrix

The result of multiplying left by right.

Remarks

Matrix multiplication is not commutative. Multiplying left by right is not the same as multiplying right by left.