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)
| Parameter | Type | Description |
|---|---|---|
| other | const System::SharedPtr<Matrix3D>& | Matrix to be added. |
ReturnValue
Result of matrix add.
See Also
- Typedef SharedPtr
- Class Matrix3D
- Class Matrix3D
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++