Click or drag to resize

PdfMatrix.Translate Method

Applies the specified translation vector to this PdfMatrix by prepending the translation vector.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfMatrix Translate(
	double tx,
	double ty
)

Parameters

tx
Type: System.Double
Horizontal displacement.
ty
Type: System.Double
Vertical displacement.

Return Value

Type: PdfMatrix
The result of the transformation.
See Also