ActiveReports 8
MatrixEx Constructor(Matrix)
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also