HiQPdf Documentation

PdfDrawableObjectSetTranslation Method

Quickly Create High Quality PDFs
Sets the horizontal and vertical translation of the coordinates system before drawing this object in PDF

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void SetTranslation(
	float dx,
	float dy
)

Parameters

dx
Type: SystemSingle
The horizontal translation in points
dy
Type: SystemSingle
The vertical translation in points
See Also

Reference