XFINIUM.PDF Documentation
ConcatenateMatrix Method



Xfinium.Pdf.Graphics Namespace > PdfContentStream Class : ConcatenateMatrix Method
First matrix element.
Second matrix element.
Third matrix element.
Fourth matrix element.
Fifth matrix element.
Sixth matrix element.
Concatenates the given matrix with the current transformation matrix.
Operator: cm
Syntax
'Declaration
 
Public Sub ConcatenateMatrix( _
   ByVal a As Double, _
   ByVal b As Double, _
   ByVal c As Double, _
   ByVal d As Double, _
   ByVal e As Double, _
   ByVal f As Double _
) 
'Usage
 
Dim instance As PdfContentStream
Dim a As Double
Dim b As Double
Dim c As Double
Dim d As Double
Dim e As Double
Dim f As Double
 
instance.ConcatenateMatrix(a, b, c, d, e, f)
public void ConcatenateMatrix( 
   double a,
   double b,
   double c,
   double d,
   double e,
   double f
)
public:
void ConcatenateMatrix( 
   double a,
   double b,
   double c,
   double d,
   double e,
   double f
) 

Parameters

a
First matrix element.
b
Second matrix element.
c
Third matrix element.
d
Fourth matrix element.
e
Fifth matrix element.
f
Sixth matrix element.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PdfContentStream Class
PdfContentStream Members