Table of Contents

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 double

The value in the first row and first column of this PdfMatrix. For more information, see the M11 property.

m12 double

The value in the first row and second column. For more information, see the M12 property.

m21 double

The value in the second row and first column. For more information, see the M21 property.

m22 double

The value in the second row and second column. For more information, see the M22 property.

offsetX double

The value in the third row and first column. For more information, see the OffsetX property.

offsetY double

The value in the third row and second column. For more information, see the OffsetY property.