PDF .NET Library Documentation - PDF Technologies, Inc.
This procedure shifts the origin of the coordinate system by the (xt, yt) specified.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void Translate(
	double XT,
	double YT
)
Visual Basic (Declaration)
Public Sub Translate ( _
	XT As Double, _
	YT As Double _
)
Visual C++
public:
void Translate(
	double XT, 
	double YT
)

Parameters

XT
Type: System..::.Double
X shift value
YT
Type: System..::.Double
Y shift value

See Also