Matrix Constructor
.NET Framework 4
Initializes a new instance of the Matrix class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Matrix() | Initializes a new instance of the Matrix class as the identity matrix. |
|
Matrix(Rectangle, Point[]) | Initializes a new instance of the Matrix class to the geometric transform defined by the specified rectangle and array of points. |
|
Matrix(RectangleF, PointF[]) | Initializes a new instance of the Matrix class to the geometric transform defined by the specified rectangle and array of points. |
|
Matrix(Single, Single, Single, Single, Single, Single) | Initializes a new instance of the Matrix class with the specified elements. |