طريقة System::Drawing::Drawing2D::Matrix::Multiply
Matrix::Multiply(const SharedPtr<Matrix>&) method
يضرب المصفوفة التي يمثلها الكائن الحالي بالمصفوفة المحددة.
void System::Drawing::Drawing2D::Matrix::Multiply(const SharedPtr<Matrix> &matrix)
| Parameter | Type | الوصف |
|---|---|---|
| مصفوفة | const SharedPtr<Matrix>& | المصفوفة التي تُضرب بها المصفوفة التي يمثلها الكائن الحالي |
انظر أيضًا
- Typedef SharedPtr
- Class Matrix
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
Matrix::Multiply(const SharedPtr<Matrix>&, MatrixOrder) method
يضرب المصفوفة التي يمثلها الكائن الحالي بالمصفوفة المحددة.
void System::Drawing::Drawing2D::Matrix::Multiply(const SharedPtr<Matrix> &matrix, MatrixOrder order)
| Parameter | Type | الوصف |
|---|---|---|
| مصفوفة | const SharedPtr<Matrix>& | المصفوفة التي تُضرب بها المصفوفة التي يمثلها الكائن الحالي |
| ترتيب | MatrixOrder | ترتيب الضرب |
انظر أيضًا
- Typedef SharedPtr
- Class Matrix
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++