Aspose::Pdf::Matrix::Add método

Matrix::Add method

Añade la matriz a otra matriz.

System::SharedPtr<Matrix> Aspose::Pdf::Matrix::Add(const System::SharedPtr<Matrix> &other)
ParámetroTipoDescripción
otherconst System::SharedPtr<Matrix>&Matrix para ser añadido.

ReturnValue

Resultado de la suma de matrices.

Ver también