XMatrixTranslate Method (Double, Double)Terminal Works - PDF Printing.Net Library

Note: This API is now obsolete.

Appends a translation of the specified offsets to this matrix.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

[ObsoleteAttribute("Use TranslateAppend or TranslatePrepend explicitly, because in GDI+ and WPF the defaults are contrary.", 
	true)]
public void Translate(
	double offsetX,
	double offsetY
)

Parameters

offsetX
Type: SystemDouble
offsetY
Type: SystemDouble
See Also

Reference