Click or drag to resize

PdfMatrixTranslationMatrix Method

Creates a PdfMatrix to represent translation by the specified amounts.

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

Parameters

tx
Type: SystemDouble
The horizontal displacement.
ty
Type: SystemDouble
The vertical displacement.

Return Value

Type: PdfMatrix
The translation PdfMatrix.
See Also