Aspose::Pdf::Matrix3D::Add method

Matrix3D::Add method

Adds matrix to other matrix.

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

ReturnValue

Result of matrix add.

See Also