Aspose::Pdf::Matrix::Add method

Matrix::Add method

Adds matrix to other matrix.

System::SharedPtr<Matrix> Aspose::Pdf::Matrix::Add(System::SharedPtr<Matrix> other)
ParameterTypeDescription
otherSystem::SharedPtr<Matrix>Matrix to be added.

ReturnValue

Result of matrix add.

See Also