ExpertPdf Html to Pdf Converter Library
Translate Method (tx, ty)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPageGraphicElementTranslate(Single, Single)
ExpertPdf Html to Pdf Converter Library
Translates the coordinate system before rendering the element. The coordinates of the element are relative to the translated coordinate system.
Declaration Syntax
C#Visual BasicVisual C++
public void Translate(
	float tx,
	float ty
)
Public Sub Translate ( 
	tx As Single,
	ty As Single
)
public:
void Translate(
	float tx, 
	float ty
)
Parameters
tx (Single)
The distance to translate the origin of the coordinate system in the horizontal dimension
ty (Single)
The distance to translate the origin of the coordinate system in the horizontal dimension

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)