Click or drag to resize

PdfTransformTranslate Method

Returns a Translate Transform

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public static PdfTransform Translate(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The x translation.
y
Type: SystemDouble
The y translation.

Return Value

Type: PdfTransform
A new translation transform
See Also