Aspose::Pdf::Operators::ConcatenateMatrix class

ConcatenateMatrix class

Klass som representerar cm-operator (konkatenera matris till aktuell transformationsmatris).

class ConcatenateMatrix : public Aspose::Pdf::Operator

Metoder

MetodBeskrivning
Accept(const System::SharedPtr<IOperatorSelector>&) overrideAccepterar 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() constMatrix argument för operatorn.
set_Matrix(const System::SharedPtr<Aspose::Pdf::Matrix>&)Matrix argument för operatorn.
ToString() const overrideReturnerar textrepresentation av operatorn.

Se även