Click or drag to resize

PdfMatrix Translate Method (Single, Single, PdfMatrixOrder)

Apply the specified translation vector (offsetX and offsetY) by the specified order.

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,
	PdfMatrixOrder order
)

Parameters

offsetX
Type: System Single
The x value by which to translate.
offsetY
Type: System Single
The y value by which to translate.
order
Type: Spire.Pdf.Graphics PdfMatrixOrder
Represent the applying order.
See Also