TextureBrush.MultiplyTransform

MultiplyTransform(Matrix)

Multiplies the Matrix object that represents the local geometric transformation of this TextureBrush object by the specified Matrix object by prepending the specified Matrix object.

public void MultiplyTransform(Matrix matrix)
ParameterTypeDescription
matrixMatrixThe Matrix object by which to multiply the geometric transformation.

See Also


MultiplyTransform(Matrix, MatrixOrder)

Multiplies the Matrix object that represents the local geometric transformation of this TextureBrush object by the specified Matrix object in the specified order.

public void MultiplyTransform(Matrix matrix, MatrixOrder order)
ParameterTypeDescription
matrixMatrixThe Matrix object by which to multiply the geometric transformation.
orderMatrixOrderA MatrixOrder enumeration that specifies the order in which to multiply the two matrices.

See Also