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



The m11 element of the transformation matrix.
The m12 element of the transformation matrix.
The m21 element of the transformation matrix.
The m22 element of the transformation matrix.
The dx element of the transformation matrix.
The dy element of the transformation matrix.
Initializes a new PdfConcatenateMatrixOperator object.
Syntax
'Declaration
 
Public Function New( _
   ByVal m11 As Double, _
   ByVal m12 As Double, _
   ByVal m21 As Double, _
   ByVal m22 As Double, _
   ByVal dx As Double, _
   ByVal dy As Double _
)
'Usage
 
Dim m11 As Double
Dim m12 As Double
Dim m21 As Double
Dim m22 As Double
Dim dx As Double
Dim dy As Double
 
Dim instance As New PdfConcatenateMatrixOperator(m11, m12, m21, m22, dx, dy)
public PdfConcatenateMatrixOperator( 
   double m11,
   double m12,
   double m21,
   double m22,
   double dx,
   double dy
)
public:
PdfConcatenateMatrixOperator( 
   double m11,
   double m12,
   double m21,
   double m22,
   double dx,
   double dy
)

Parameters

m11
The m11 element of the transformation matrix.
m12
The m12 element of the transformation matrix.
m21
The m21 element of the transformation matrix.
m22
The m22 element of the transformation matrix.
dx
The dx element of the transformation matrix.
dy
The dy element of the transformation matrix.
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

PdfConcatenateMatrixOperator Class
PdfConcatenateMatrixOperator Members
Overload List

Send Feedback