System.Drawing.Graphics.MultiplyTransform Method

Multiplies the world transformation of this System.Drawing.Graphics and specified the System.Drawing.Drawing2D.Matrix.

Syntax

public void MultiplyTransform (System.Drawing.Drawing2D.Matrix matrix)

Parameters

matrix
4x4 System.Drawing.Drawing2D.Matrix that multiplies the world transformation.

Remarks

This method prepends the matrix specified by the matrix parameter, so that the result is matrix x world transformation.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0