MultiplyTransform

Graphics.MultiplyTransform method (1 of 2)

Multiplies the Matrix that represents the local geometric transform of this Graphics by the specified Matrix by prepending the specified Matrix.

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

See Also


Graphics.MultiplyTransform method (2 of 2)

Multiplies the Matrix that represents the local geometric transform of this Graphics by the specified Matrix in the specified order.

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

See Also