'Declaration
Public Shared Function TranslatedMatrix( _ ByVal tx As Double, _ ByVal ty As Double _ ) As PdfMatrix
'Usage
Dim tx As Double Dim ty As Double Dim value As PdfMatrix value = PdfMatrix.TranslatedMatrix(tx, ty)
public: static PdfMatrix^ TranslatedMatrix( double tx, double ty )
Parameters
- tx
- Translation on X axis.
- ty
- Translation on Y axis.
Return Value
The matrix.