XFINIUM.PDF Documentation
PdfMatrix Constructor(Double,Double,Double,Double,Double,Double)



The element located at row 1, column 1.
The element located at row 1, column 2.
The element located at row 2, column 1.
The element located at row 2, column 2.
The X translation offset.
The Y translation offset.
Initializes a new PdfMatrix object.
Syntax
'Declaration
 
Public Function New( _
   ByVal m11 As Double, _
   ByVal m12 As Double, _
   ByVal m21 As Double, _
   ByVal m22 As Double, _
   ByVal tx As Double, _
   ByVal ty As Double _
)
'Usage
 
Dim m11 As Double
Dim m12 As Double
Dim m21 As Double
Dim m22 As Double
Dim tx As Double
Dim ty As Double
 
Dim instance As New PdfMatrix(m11, m12, m21, m22, tx, ty)
public PdfMatrix( 
   double m11,
   double m12,
   double m21,
   double m22,
   double tx,
   double ty
)
public:
PdfMatrix( 
   double m11,
   double m12,
   double m21,
   double m22,
   double tx,
   double ty
)

Parameters

m11
The element located at row 1, column 1.
m12
The element located at row 1, column 2.
m21
The element located at row 2, column 1.
m22
The element located at row 2, column 2.
tx
The X translation offset.
ty
The Y translation offset.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfMatrix Class
PdfMatrix Members
Overload List

Send Feedback