Link Search Menu Expand Document

CanvasTranslateTransform Method

Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void TranslateTransform(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The x-coordinate of the translation.
y
Type: SystemSingle
The y-coordinate of the translation.
See Also

Reference