Click or drag to resize
Pdf Library for .NET

PdfElementTranslate Method

Translates the coordinate system before rendering the pdf element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void Translate(
	float tx,
	float ty
)

Parameters

tx
Type: SystemSingle
The distance to translate the origin of the coordinate system on the x-axis direction.
ty
Type: SystemSingle
The distance to translate the origin of the coordinate system on the y-axis direction.
Remarks
The coordinates of the pdf element are relative to the translated coordinate system.
See Also