 |
PdfElementTranslate Method |
Translates the coordinate system before rendering the pdf element.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void Translate(
float tx,
float ty
)
Public Sub Translate (
tx As Single,
ty As Single
)
Parameters
- tx Single
- The distance to translate the origin of the coordinate system on the x-axis direction.
- ty Single
- 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