Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply Methode
Inhalt
[
Ausblenden
]XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
Multipliziert diese Matrix mit der durch matrix angegebenen Matrix in der Standard (Prepend) Reihenfolge.
void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix> matrix)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Matrix | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Die Matrix. |
Siehe auch
- Typedef SharedPtr
- Class Matrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix>, System::Drawing::Drawing2D::MatrixOrder) method
Multipliziert diese Matrix mit der durch matrix angegebenen Matrix in der durch matrixOrder festgelegten Reihenfolge.
void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix> matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Matrix | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Die Matrix. |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | Die Reihenfolge. |
Siehe auch
- Typedef SharedPtr
- Class Matrix
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::Multiply(System::SharedPtr<XpsMatrix>) method
Multipliziert diese Matrix mit der durch matrix angegebenen Matrix in der Standard (Prepend) Reihenfolge.
void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<XpsMatrix> matrix)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Matrix | System::SharedPtr<XpsMatrix> | Die Matrix. |
Siehe auch
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::Multiply(System::SharedPtr<XpsMatrix>, System::Drawing::Drawing2D::MatrixOrder) method
Multipliziert diese Matrix mit der durch matrix angegebenen Matrix in der durch matrixOrder festgelegten Reihenfolge.
void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<XpsMatrix> matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Matrix | System::SharedPtr<XpsMatrix> | Die Matrix. |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | Die Reihenfolge. |
Siehe auch
- Typedef SharedPtr
- Class XpsMatrix
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++