Constructor PdfMatrix
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfMatrix(double, double, double, double, double, double)
Initializes a new instance of the PdfMatrix structure.
public PdfMatrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY)
Parameters
m11doubleThe value in the first row and first column of this PdfMatrix. For more information, see the M11 property.
m12doubleThe value in the first row and second column. For more information, see the M12 property.
m21doubleThe value in the second row and first column. For more information, see the M21 property.
m22doubleThe value in the second row and second column. For more information, see the M22 property.
offsetXdoubleThe value in the third row and first column. For more information, see the OffsetX property.
offsetYdoubleThe value in the third row and second column. For more information, see the OffsetY property.