ActiveReports Developer 7
MatrixEx Constructor(Matrix)
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class > MatrixEx Constructor : MatrixEx Constructor(Matrix)

matrix
The object to create the transformation matrix from.

Glossary Item Box

Initializes a new instance of the MatrixEx class from System.Drawing.Drawing2D.Matrix.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal matrix As System.Drawing.Drawing2D.Matrix _
)
C# 
public MatrixEx( 
   System.Drawing.Drawing2D.Matrix matrix
)

Parameters

matrix
The object to create the transformation matrix from.

See Also