Aspose::Pdf::Matrix3D::Add method

Matrix3D::Add method

Adds matrix to other matrix.

System::SharedPtr<Matrix3D> Aspose::Pdf::Matrix3D::Add(const System::SharedPtr<Matrix3D> &other)
ParameterTypeDescription
otherconst System::SharedPtr<Matrix3D>&Matrix to be added.

ReturnValue

Result of matrix add.

See Also