Aspose::Pdf::Operators::ConcatenateMatrix class
ConcatenateMatrix class
Class representing cm operator (concatenate matrix to current transformation matrix).
class ConcatenateMatrix : public Aspose::Pdf::Operator
Methods
| Method | Description |
|---|---|
| Accept(const System::SharedPtr<IOperatorSelector>&) override | Accepts visitor object to process operator. |
| ConcatenateMatrix(double, double, double, double, double, double) | Initializes operator. |
| ConcatenateMatrix(System::SharedPtr<Aspose::Pdf::Matrix>) | Initializes operator by matrix. |
| get_Matrix() const | Matrix argument of the operator. |
| set_Matrix(System::SharedPtr<Aspose::Pdf::Matrix>) | Matrix argument of the operator. |
| ToString() const override | Returns text representation of operator. |
See Also
- Class Operator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++