Aspose::Page::XPS::XpsModel::XpsMatrix::Translate method

XpsMatrix::Translate(float, float) method

Applies the specified translation vector to this Matrix.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Translate(float offsetX, float offsetY)
ParameterTypeDescription
offsetXfloatThe offset X.
offsetYfloatThe offset Y.

See Also

XpsMatrix::Translate(float, float, System::Drawing::Drawing2D::MatrixOrder) method

Applies the specified translation vector to this Matrix in order specified by matrixOrder .

void Aspose::Page::XPS::XpsModel::XpsMatrix::Translate(float offsetX, float offsetY, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterTypeDescription
offsetXfloatThe offset X.
offsetYfloatThe offset Y.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderThe order.

See Also