←Select platform

PDFMatrix Constructor

Summary

Initializes a new instance of PDFMatrix with the specified values.

Syntax
C#
VB
C++
public PDFMatrix( 
   double m11, 
   double m12, 
   double m21, 
   double m22, 
   double offsetX, 
   double offsetY 
) 
Public Sub New(ByVal m11 As Double, ByVal m12 As Double, ByVal m21 As Double, ByVal m22 As Double, ByVal offsetX As Double, ByVal offsetY As Double) 
 MyBase.New 
public:  
   PDFMatrix( double m11, double m12, double m21, double m22, double offsetX, double offsetY) 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly