Matrix Constructor
.NET Framework (current version)
Initializes a new instance of the Matrix class.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Matrix() | Initializes a new instance of the Matrix class as the identity matrix. |
![]() | Matrix(Rectangle, array<Point>^) | Initializes a new instance of the Matrix class to the geometric transform defined by the specified rectangle and array of points. |
![]() | Matrix(RectangleF, array<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. |
Show:
