XFINIUM.PDF Documentation
MultiplyTransform Method



Xfinium.Pdf.Graphics Namespace > PdfGraphics Class : MultiplyTransform Method
The m11 component of the matrix.
The m12 component of the matrix.
The m21 component of the matrix.
The m22 component of the matrix.
The x-translation component of the matrix.
The y-translation component of the matrix.
Multiplies the current transformation of this graphics and specified the matrix.
Syntax
'Declaration
 
Public Sub MultiplyTransform( _
   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 instance As PdfGraphics
Dim m11 As Double
Dim m12 As Double
Dim m21 As Double
Dim m22 As Double
Dim tx As Double
Dim ty As Double
 
instance.MultiplyTransform(m11, m12, m21, m22, tx, ty)
public void MultiplyTransform( 
   double m11,
   double m12,
   double m21,
   double m22,
   double tx,
   double ty
)
public:
void MultiplyTransform( 
   double m11,
   double m12,
   double m21,
   double m22,
   double tx,
   double ty
) 

Parameters

m11
The m11 component of the matrix.
m12
The m12 component of the matrix.
m21
The m21 component of the matrix.
m22
The m22 component of the matrix.
tx
The x-translation component of the matrix.
ty
The y-translation component of the matrix.
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

PdfGraphics Class
PdfGraphics Members