Matrix Constructor (Single, Single, Single, Single, Single, Single)

 

Initializes a new instance of the Matrix class with the specified elements.

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

public:
Matrix(
	float m11,
	float m12,
	float m21,
	float m22,
	float dx,
	float dy
)

Parameters

m11
Type: System::Single

The value in the first row and first column of the new Matrix.

m12
Type: System::Single

The value in the first row and second column of the new Matrix.

m21
Type: System::Single

The value in the second row and first column of the new Matrix.

m22
Type: System::Single

The value in the second row and second column of the new Matrix.

dx
Type: System::Single

The value in the third row and first column of the new Matrix.

dy
Type: System::Single

The value in the third row and second column of the new Matrix.

.NET Framework
Available since 1.1
Return to top
Show: