HiQPdf Documentation

PdfDrawableObjectSetTranslation Method

HiQPdf Client for .NET Core
Sets the horizontal and vertical translation of the coordinates system before drawing this object in PDF

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.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