Initializes a new instance of the XMatrix struct.
            
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public XMatrix( double m11, double m12, double m21, double m22, double offsetX, double offsetY )
Parameters
- m11
 - Type: SystemDouble
 - m12
 - Type: SystemDouble
 - m21
 - Type: SystemDouble
 - m22
 - Type: SystemDouble
 - offsetX
 - Type: SystemDouble
 - offsetY
 - Type: SystemDouble
 
See Also