Matrix::Multiply Method (Matrix^)

 

Multiplies this Matrix by the matrix specified in the matrix parameter, by prepending the specified Matrix.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void Multiply(
	Matrix^ matrix
)

Parameters

matrix
Type: System.Drawing.Drawing2D::Matrix^

The Matrix by which this Matrix is to be multiplied.

For an example, see Multiply.

.NET Framework
Available since 1.1
Return to top
Show: