Aspose::Pdf::Matrix::Add method
Matrix::Add method
Adds matrix to other matrix.
System::SharedPtr<Matrix> Aspose::Pdf::Matrix::Add(System::SharedPtr<Matrix> other)
Parameter | Type | Description |
---|---|---|
other | System::SharedPtr<Matrix> | Matrix to be added. |
ReturnValue
Result of matrix add.
See Also
- Typedef SharedPtr
- Class Matrix
- Class Matrix
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++