|
PdfElementTranslate Method |
Translates the coordinate system before rendering the pdf element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public void Translate(
float tx,
float ty
)
Public Sub Translate (
tx As Single,
ty As Single
)
Parameters
- tx
- Type: SystemSingle
The distance to translate the origin of the coordinate system on the x-axis direction. - ty
- Type: SystemSingle
The distance to translate the origin of the coordinate system on the y-axis direction.
Remarks
The coordinates of the pdf element are relative to the translated coordinate system.
See Also