←Select platform

PDFMatrix Constructor

Summary

Initializes a new instance of PDFMatrix with the specified values.

Syntax
C#
C++/CLI
Python
public PDFMatrix( 
   double m11, 
   double m12, 
   double m21, 
   double m22, 
   double offsetX, 
   double offsetY 
) 
public:  
   PDFMatrix( double m11, double m12, double m21, double m22, double offsetX, double offsetY) 
__init__(self,m11,m12,m21,m22,offsetX,offsetY) # Overloaded constructor 

Parameters

m11

The new PDFMatrix M11 coefficient.

m12

The new PDFMatrix M12 coefficient.

m21

The new PDFMatrix M21 coefficient.

m22

The new PDFMatrix M22 coefficient.

offsetX

The new PDFMatrix OffsetX coefficient.

offsetY

The new PDFMatrix OffsetY coefficient.

Requirements

Target Platforms

Help Version 22.0.2023.7.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.