Click or drag to resize

PdfMatrixTranslate 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: SystemDouble
Horizontal displacement.
ty
Type: SystemDouble
Vertical displacement.

Return Value

Type: PdfMatrix
The result of the transformation.
See Also