PdfDrawableObjectSetTranslation Method
Sets the horizontal and vertical translation of the coordinates system before drawing this object in PDF
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void SetTranslation(
float dx,
float dy
)
Public Sub SetTranslation (
dx As Single,
dy As Single
)
public:
void SetTranslation(
float dx,
float dy
)
member SetTranslation :
dx : float32 *
dy : float32 -> unit
Parameters
- dx Single
- The horizontal translation in points
- dy Single
- The vertical translation in points