PageGraphicElementTranslate Method

Translates the coordinate system before rendering the element. The coordinates of the element are relative to the translated coordinate system.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void Translate(
	float tx,
	float ty
)

Parameters

tx  Single
The distance to translate the origin of the coordinate system in the horizontal direction
ty  Single
The distance to translate the origin of the coordinate system in the vertical direction

See Also