XGraphicsTranslateTransform Method (Double, Double, XMatrixOrder)Terminal Works - PDF Printing.Net Library
Applies the specified translation operation to the transformation matrix of this object in the specified order.

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

public void TranslateTransform(
	double dx,
	double dy,
	XMatrixOrder order
)

Parameters

dx
Type: SystemDouble
dy
Type: SystemDouble
order
Type: PdfEdit.DrawingXMatrixOrder
See Also

Reference