PageGraphicElementTranslate Method |
Translates the coordinate system before rendering the element.
The coordinates of the element are relative to the translated coordinate system.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
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 in the horizontal dimension
- ty Single
- The distance to translate the origin of the coordinate system in the horizontal dimension
See Also