PDFView4NET WPF Edition
Translate Method




O2S.Components.PDFView4NET Namespace > PDFMatrix Class : Translate Method
x translation offset.
y translation offset.
Translates the matrix.
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
) 
public:
void Translate( 
   double tx,
   double ty
) 

Parameters

tx
x translation offset.
ty
y translation offset.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFMatrix Class
PDFMatrix Members