Click or drag to resize

PdfMatrix Constructor

Overload List
  NameDescription
Public methodPdfMatrix(IReadOnlyListDouble)
Initializes a new instance using an array of elements
Public methodPdfMatrix(PdfMatrix)
Initializes a new instance of the PdfMatrix class from another specified PdfMatrix.
Public methodPdfMatrix(String)
Initializes a new instance using a serialized, and space separated, string. Compatible with the output from the ToString() metheod.
Public methodPdfMatrix(Double, Double, Double, Double, Double, Double)
Initializes a new instance of the PdfMatrix class with the specified elements.
Top
See Also