Aspose::Pdf::Matrix::Multiply method

Matrix::Multiply method

Multiplies the matrix by other matrix.

System::SharedPtr<Matrix> Aspose::Pdf::Matrix::Multiply(System::SharedPtr<Matrix> other)
ParameterTypeDescription
otherSystem::SharedPtr<Matrix>Multiplier matrix.

ReturnValue

Result of multiplication.

See Also