ActiveReports 12
MatrixEx Constructor(Matrix)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class > MatrixEx Constructor : MatrixEx Constructor(Matrix)
The object to create the transformation matrix from.
Initializes a new instance of the MatrixEx class from System.Drawing.Drawing2D.Matrix.
Syntax
'Declaration
 
Public Function New( _
   ByVal matrix As Matrix _
)
public MatrixEx( 
   Matrix matrix
)

Parameters

matrix
The object to create the transformation matrix from.
See Also

Reference

MatrixEx Class
MatrixEx Members
Overload List