Click or drag to resize

PdfMatrix Operators

The PdfMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(PdfMatrix, PdfMatrix) Determines whether first and second PdfMatrixs are equal.
Public operatorStatic memberInequality(PdfMatrix, PdfMatrix) Determines whether first and second PdfMatrixs are not equal.
Public operatorStatic memberMultiply(PdfMatrix, PdfMatrix) Premultiplies the PdfMatrix representing the additional transformation with the PdfMatrix representing the existing transformation, thus producing the PdfMatrix representing the combined transformation.
Top
See Also