System::Drawing::Drawing2D::PathGradientBrush::MultiplyTransform method

PathGradientBrush::MultiplyTransform method

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

void System::Drawing::Drawing2D::PathGradientBrush::MultiplyTransform(const SharedPtr<Matrix> &matrix, MatrixOrder order=MatrixOrder::Prepend)
ParameterTypeDescription
matrixconst SharedPtr<Matrix>&The matrix by which the current object’s transform matrix is multiplied
orderMatrixOrderSpecifies the order of the operation

See Also