Click or drag to resize

PdfTransformTranslate Method

Returns a Translate Transform

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.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