Click or drag to resize

FS_MATRIXTranslate(Int32, Int32, Boolean) Method

Applies the specified translation vector to this Matrix in the specified order.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Translate(
	int x,
	int y,
	bool prepended = false
)

Parameters

x  Int32
The x value by which to translate this Matrix.
y  Int32
The y value by which to translate this Matrix.
prepended  Boolean  (Optional)
Specifies the order (append or prepend) in which the translation is applied to this Matrix.
See Also