Click or drag to resize

PdfMatrix Translate Method (Single, Single)

Prepend the specified translation vector (offsetX and offsetY).

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

Parameters

offsetX
Type: System Single
The x value by which to translate.
offsetY
Type: System Single
The y value by which to translate.
See Also