PathGradientBrush.MultiplyTransform

MultiplyTransform(Matrix)

Updates the brush’s transformation matrix with the product of brush’s transformation matrix multiplied by another matrix.

public void MultiplyTransform(Matrix matrix)
ParameterTypeDescription
matrixMatrixThe Matrix that will be multiplied by the brush’s current transformation matrix.

See Also


MultiplyTransform(Matrix, MatrixOrder)

Updates the brush’s transformation matrix with the product of the brush’s transformation matrix multiplied by another matrix.

public void MultiplyTransform(Matrix matrix, MatrixOrder order)
ParameterTypeDescription
matrixMatrixThe Matrix that will be multiplied by the brush’s current transformation matrix.
orderMatrixOrderA MatrixOrder that specifies in which order to multiply the two matrices.

See Also