Table of Contents

Operator operator *

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

operator *(PdfMatrix, PdfMatrix)

Multiplies a PdfMatrix structure by another PdfMatrix structure.

public static PdfMatrix operator *(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.