Click or drag to resize
PageGraphicElementTranslate Method
Translates the coordinate system before rendering the element. The coordinates of the element are relative to the translated coordinate system.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public void Translate(
	float tx,
	float ty
)

Parameters

tx
Type: SystemSingle
The distance to translate the origin of the coordinate system in the horizontal dimension
ty
Type: SystemSingle
The distance to translate the origin of the coordinate system in the horizontal dimension
See Also