Matrix.Add
Matrix.Add method
Adds matrix to other matrix.
public Matrix Add(Matrix other)
| Parameter | Type | Description |
|---|---|---|
| other | Matrix | Matrix to be added. |
Return Value
Result of matrix add.
See Also
- class Matrix
- namespace Aspose.Pdf
- assembly Aspose.PDF
Adds matrix to other matrix.
public Matrix Add(Matrix other)
| Parameter | Type | Description |
|---|---|---|
| other | Matrix | Matrix to be added. |
Result of matrix add.