MultiplyTransform()

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

Multiplies current object’s transform matrix by the specified matrix.

void System::Drawing::Drawing2D::LinearGradientBrush::MultiplyTransform(const SharedPtr<Matrix> &matrix, MatrixOrder order=MatrixOrder::Prepend)

Arguments

ParameterTypeDescription
matrixconst SharedPtr<Matrix>&The matrix by which the current object’s transform matrix is multiplied
orderMatrixOrderSpecifies the order of the operation

See Also