Method Multiply
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Multiply(PdfMatrix, PdfMatrix)
public static PdfMatrix Multiply(PdfMatrix left, PdfMatrix right)
Parameters
Returns
- PdfMatrix
The result of multiplying
left
byright
.
Remarks
Matrix multiplication is not commutative. Multiplying left
by
right
is not the same as multiplying right
by
left
.