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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 行列 | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 行列です。 |
参照
- 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
この行列を、matrix で指定された行列と、matrixOrder で指定された順序で乗算します。
void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<System::Drawing::Drawing2D::Matrix> matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| パラメーター | 型 | 説明 |
|---|---|---|
| 行列 | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 行列です。 |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | 順序。 |
参照
- Typedef SharedPtr
- Class Matrix
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::Multiply(System::SharedPtr<XpsMatrix>) method
この行列を、matrix で指定された行列とデフォルト(Prepend)順序で掛け算します。
void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<XpsMatrix> matrix)
| パラメーター | 型 | 説明 |
|---|---|---|
| 行列 | System::SharedPtr<XpsMatrix> | 行列です。 |
参照
- 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
この行列を、matrix で指定された行列と、matrixOrder で指定された順序で乗算します。
void Aspose::Page::XPS::XpsModel::XpsMatrix::Multiply(System::SharedPtr<XpsMatrix> matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| パラメーター | 型 | 説明 |
|---|---|---|
| 行列 | System::SharedPtr<XpsMatrix> | 行列です。 |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | 順序。 |
参照
- Typedef SharedPtr
- Class XpsMatrix
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++