PdfMatrixTranslate Method |
Prepends a translation of the specified offsets to this
PdfMatrix structure.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void Translate(
double offsetX,
double offsetY
)
Public Sub Translate (
offsetX As Double,
offsetY As Double
)
Parameters
- offsetX Double
- The amount to offset this PdfMatrix along the x-axis.
- offsetY Double
- The amount to offset this PdfMatrix along the y-axis.
See Also