Multiply()

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

Multiplies the matrix represented by the current object by the specified matrix.

void System::Drawing::Drawing2D::Matrix::Multiply(const SharedPtr<Matrix> &matrix)

Arguments

ParameterTypeDescription
matrixconst SharedPtr<Matrix>&The matrix to multiply the matrix represented by the current object by

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

Multiplies the matrix represented by the current object by the specified matrix.

void System::Drawing::Drawing2D::Matrix::Multiply(const SharedPtr<Matrix> &matrix, MatrixOrder order)

Arguments

ParameterTypeDescription
matrixconst SharedPtr<Matrix>&The matrix to multiply the matrix represented by the current object by
orderMatrixOrderThe multiplication order

See Also