Table of Contents
PdfMatrix Constructor
Overload List
Name Description
PdfMatrix(); Initializes a new instance of the PdfMatrix class as the identity matrix.
PdfMatrix(float[]); Initializes a new instance of the PdfMatrix class with the specified elements.
PdfMatrix(PdfMatrix); Initializes a new PdfMatrix based on another PdfMatrix object.
PdfMatrix(float, float, float, float, float, float); Initializes a new PdfMatrix using the provided elements values.
See Also