طريقة System::Drawing::Drawing2D::Matrix::Multiply

Matrix::Multiply(const SharedPtr<Matrix>&) method

يضرب المصفوفة التي يمثلها الكائن الحالي بالمصفوفة المحددة.

void System::Drawing::Drawing2D::Matrix::Multiply(const SharedPtr<Matrix> &matrix)
ParameterTypeالوصف
مصفوفةconst SharedPtr<Matrix>&المصفوفة التي تُضرب بها المصفوفة التي يمثلها الكائن الحالي

انظر أيضًا

Matrix::Multiply(const SharedPtr<Matrix>&, MatrixOrder) method

يضرب المصفوفة التي يمثلها الكائن الحالي بالمصفوفة المحددة.

void System::Drawing::Drawing2D::Matrix::Multiply(const SharedPtr<Matrix> &matrix, MatrixOrder order)
ParameterTypeالوصف
مصفوفةconst SharedPtr<Matrix>&المصفوفة التي تُضرب بها المصفوفة التي يمثلها الكائن الحالي
ترتيبMatrixOrderترتيب الضرب

انظر أيضًا