Aspose::Pdf::Matrix::Translate method

Matrix::Translate method

Translates a matrix by the specified amount in the x and y direction.

static System::SharedPtr<Matrix> Aspose::Pdf::Matrix::Translate(double dx, double dy, System::SharedPtr<Matrix> source)
ParameterTypeDescription
dxdoubleThe amount to translate in the x direction.
dydoubleThe amount to translate in the y direction.
sourceSystem::SharedPtr<Matrix>The matrix to translate.

ReturnValue

A new matrix that is the result of the translation.

See Also