Aspose::Pdf::Operators::ConcatenateMatrix class
ConcatenateMatrix class
Klass som representerar cm-operator (konkatenera matris till aktuell transformationsmatris).
class ConcatenateMatrix : public Aspose::Pdf::Operator
Metoder
| Metod | Beskrivning |
|---|---|
| Accept(const System::SharedPtr<IOperatorSelector>&) override | Accepterar besöksobjekt för att bearbeta operatorn. |
| ConcatenateMatrix(double, double, double, double, double, double) | Initierar operatorn. |
| ConcatenateMatrix(const System::SharedPtr<Aspose::Pdf::Matrix>&) | Initialiserar operatorn med matris. |
| get_Matrix() const | Matrix argument för operatorn. |
| set_Matrix(const System::SharedPtr<Aspose::Pdf::Matrix>&) | Matrix argument för operatorn. |
| ToString() const override | Returnerar textrepresentation av operatorn. |
Se även
- Class Operator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++