Initializes a new instance of the
MatrixEx class from
System.Drawing.Drawing2D.Matrix.
Syntax
'Declaration
Public Function New( _
ByVal As Matrix _
)
public MatrixEx(
Matrix
)
Parameters
- matrix
- The object to create the transformation matrix from.
See Also