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
m11
doubleThe value in the first row and first column of this PdfMatrix. For more information, see the M11 property.
m12
doubleThe value in the first row and second column. For more information, see the M12 property.
m21
doubleThe value in the second row and first column. For more information, see the M21 property.
m22
doubleThe value in the second row and second column. For more information, see the M22 property.
offsetX
doubleThe value in the third row and first column. For more information, see the OffsetX property.
offsetY
doubleThe value in the third row and second column. For more information, see the OffsetY property.