XFINIUM.PDF Documentation
TranslatedMatrix Method



Translation on X axis.
Translation on Y axis.
Creates a matrix with a translation as the initial value.
Syntax
'Declaration
 
Public Shared Function TranslatedMatrix( _
   ByVal tx As Double, _
   ByVal ty As Double _
) As PdfMatrix
'Usage
 
Dim tx As Double
Dim ty As Double
Dim value As PdfMatrix
 
value = PdfMatrix.TranslatedMatrix(tx, ty)
public static PdfMatrix TranslatedMatrix( 
   double tx,
   double ty
)
public:
static PdfMatrix^ TranslatedMatrix( 
   double tx,
   double ty
) 

Parameters

tx
Translation on X axis.
ty
Translation on Y axis.

Return Value

The 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