PdfMatrix Constructor |
Name | Description | |
---|---|---|
PdfMatrix(IReadOnlyListDouble) |
Initializes a new instance using an array of elements
| |
PdfMatrix(PdfMatrix) |
Initializes a new instance of the PdfMatrix class from another specified PdfMatrix.
| |
PdfMatrix(String) |
Initializes a new instance using a serialized, and space separated, string.
Compatible with the output from the ToString() metheod.
| |
PdfMatrix(Double, Double, Double, Double, Double, Double) |
Initializes a new instance of the PdfMatrix class with the specified elements.
|