MultiplyTransform

Pen.MultiplyTransform method (1 of 2)

Multiplies the transformation matrix for this Pen by the specified Matrix.

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

See Also


Pen.MultiplyTransform method (2 of 2)

Multiplies the transformation matrix for this Pen by the specified Matrix in the specified order.

public void MultiplyTransform(Matrix matrix, MatrixOrder order)
ParameterTypeDescription
matrixMatrixThe Matrix by which to multiply the transformation matrix.
orderMatrixOrderThe order in which to perform the multiplication operation.

See Also