Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply method

XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method

Multiplies this matrix by the matrix specified by the matrix in default (Prepend) order.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix> matrix)
ParameterTypeDescription
matrixSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>The matrix.

See Also

XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix>, System::Drawing::Drawing2D::MatrixOrder) method

Multiplies this matrix by the matrix specified by the matrix in order specified by matrixOrder .

void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix> matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterTypeDescription
matrixSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>The matrix.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderThe order.

See Also

XpsMatrix::Multiply(System::SharedPtr<XpsMatrix>) method

Multiplies this matrix by the matrix specified by the matrix in default (Prepend) order.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<XpsMatrix> matrix)
ParameterTypeDescription
matrixSystem::SharedPtr<XpsMatrix>The matrix.

See Also

XpsMatrix::Multiply(System::SharedPtr<XpsMatrix>, System::Drawing::Drawing2D::MatrixOrder) method

Multiplies this matrix by the matrix specified by the matrix in order specified by matrixOrder .

void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<XpsMatrix> matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterTypeDescription
matrixSystem::SharedPtr<XpsMatrix>The matrix.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderThe order.

See Also