XFINIUM.PDF Documentation
Translate Method



The x value by which to translate this matrix.
The y value by which to translate this matrix.
Applies the specified translation vector (tx and ty) to this matrix by prepending the translation vector.
Syntax
'Declaration
 
Public Sub Translate( _
   ByVal tx As Double, _
   ByVal ty As Double _
) 
'Usage
 
Dim instance As PdfMatrix
Dim tx As Double
Dim ty As Double
 
instance.Translate(tx, ty)
public void Translate( 
   double tx,
   double ty
)
public:
void Translate( 
   double tx,
   double ty
) 

Parameters

tx
The x value by which to translate this matrix.
ty
The y value by which to translate this 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

PdfMatrix Class
PdfMatrix Members

Send Feedback