Matrix Constructor

 

Initializes a new instance of the Matrix class.

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

NameDescription
System_CAPS_pubmethodMatrix()

Initializes a new instance of the Matrix class as the identity matrix.

System_CAPS_pubmethodMatrix(Rectangle, array<Point>^)

Initializes a new instance of the Matrix class to the geometric transform defined by the specified rectangle and array of points.

System_CAPS_pubmethodMatrix(RectangleF, array<PointF>^)

Initializes a new instance of the Matrix class to the geometric transform defined by the specified rectangle and array of points.

System_CAPS_pubmethodMatrix(Single, Single, Single, Single, Single, Single)

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

Return to top
Show: