MetafileRecorderGraphics2D.MultiplyTransform

MultiplyTransform(Matrix)

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


MultiplyTransform(Matrix, MatrixOrder)

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