Click or drag to resize

PdfCanvas TranslateTransform Method

Translates the coordinates by specified coordinates.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void TranslateTransform(
	float offsetX,
	float offsetY
)

Parameters

offsetX
Type: System Single
The X value by which to translate coordinate system.
offsetY
Type: System Single
The Y value by which to translate coordinate system.
See Also