PDFView4NET WPF Edition
PDFMatrix Constructor(Double,Double,Double,Double,Double,Double)




O2S.Components.PDFView4NET Namespace > PDFMatrix Class > PDFMatrix Constructor : PDFMatrix Constructor(Double,Double,Double,Double,Double,Double)
The element located at row 1, column 1 in the matrix.
The element located at row 1, column 2 in the matrix.
The element located at row 2, column 1 in the matrix.
The element located at row 2, column 2 in the matrix.
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
)
public:
PDFMatrix( 
   double m11,
   double m12,
   double m21,
   double m22,
   double tx,
   double ty
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFMatrix Class
PDFMatrix Members
Overload List