| PdfMatrixTranslationMatrix Method |
Creates a PdfMatrix to represent translation by the specified amounts.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public static PdfMatrix TranslationMatrix(
double tx,
double ty
)
Parameters
- tx
- Type: SystemDouble
The horizontal displacement. - ty
- Type: SystemDouble
The vertical displacement.
Return Value
Type:
PdfMatrixThe translation PdfMatrix.
See Also