Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply μέθοδος

XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method

Πολλαπλασιάζει αυτή τη μήτρα με τη μήτρα που καθορίζεται από το matrix στην προεπιλεγμένη (Prepend) σειρά.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix> matrix)
ParameterTypeΠεριγραφή
πίνακαςSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Ο πίνακας.

Δείτε επίσης

XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix>, System::Drawing::Drawing2D::MatrixOrder) method

Πολλαπλασιάζει αυτή τη μήτρα με τη μήτρα που καθορίζεται από το matrix με τη σειρά που καθορίζεται από το matrixOrder.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix> matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterTypeΠεριγραφή
πίνακαςSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Ο πίνακας.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderΗ σειρά.

Δείτε επίσης

XpsMatrix::Multiply(System::SharedPtr<XpsMatrix>) method

Πολλαπλασιάζει αυτή τη μήτρα με τη μήτρα που καθορίζεται από το matrix στην προεπιλεγμένη (Prepend) σειρά.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<XpsMatrix> matrix)
ParameterTypeΠεριγραφή
πίνακαςSystem::SharedPtr<XpsMatrix>Ο πίνακας.

Δείτε επίσης

XpsMatrix::Multiply(System::SharedPtr<XpsMatrix>, System::Drawing::Drawing2D::MatrixOrder) method

Πολλαπλασιάζει αυτή τη μήτρα με τη μήτρα που καθορίζεται από το matrix με τη σειρά που καθορίζεται από το matrixOrder.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<XpsMatrix> matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterTypeΠεριγραφή
πίνακαςSystem::SharedPtr<XpsMatrix>Ο πίνακας.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderΗ σειρά.

Δείτε επίσης