MultiplyTransform

MetafileRecorderGraphics2D.MultiplyTransform method (1 of 2)

Multiplies the world transformation of this Graphics and specified the Matrix.

public void MultiplyTransform(Matrix matrix)
ParameterTypeDescription
matrixMatrixThe matrix that multiplies the world transformation.

See Also


MetafileRecorderGraphics2D.MultiplyTransform method (2 of 2)

Multiplies the world transformation of this Graphics and specified the Matrix in the specified order.

public void MultiplyTransform(Matrix matrix, MatrixOrder order)
ParameterTypeDescription
matrixMatrixThe matrix that multiplies the world transformation.
orderMatrixOrderThe order of the multiplication.

See Also