PdfMatrixCreateTranslation Method |
Creates a translation
PdfMatrix with the specified offsets.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic static PdfMatrix CreateTranslation(
double offsetX,
double offsetY
)
Public Shared Function CreateTranslation (
offsetX As Double,
offsetY As Double
) As PdfMatrix
Parameters
- offsetX Double
- The amount to offset along the x-axis.
- offsetY Double
- The amount to offset along the y-axis.
Return Value
PdfMatrix
A translation
PdfMatrix with the specified offsets.
See Also