EVO HTML to PDF Converter

PageGraphicElementTranslate Method

EVO PDF Client for .NET Documentation
Translates the coordinate system before rendering the element. The coordinates of the element are relative to the translated coordinate system.

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public void Translate(
	float tx,
	float ty
)

Parameters

tx
Type: SystemSingle
The distance to translate the origin of the coordinate system in the horizontal direction
ty
Type: SystemSingle
The distance to translate the origin of the coordinate system in the vertical direction
See Also

Reference