Table of Contents
PdfMatrix Constructor (Single, Single, Single, Single, Single, Single)

Initializes a new PdfMatrix using the provided elements values.

Syntax
 public PdfMatrix(
   float a,
   float b,
   float c,
   float d,
   float e,
   float f
);

Parameters

a
The value in the first row and first column.
b
The value in the first row and second column.
c
The value in the second row and first column.
d
The value in the second row and second column.
e
The value in the third row and first column.
f
The value in the third row and second column.
See Also