Table of Contents

Method TranslateTransform

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

TranslateTransform(double, double)

Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this PdfCanvas.

public void TranslateTransform(double x, double y)

Parameters

x double

The x-coordinate of the translation.

y double

The y-coordinate of the translation.