ActiveReports 12
MatrixEx Constructor(Single,Single,Single,Single,Single,Single)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class > MatrixEx Constructor : MatrixEx Constructor(Single,Single,Single,Single,Single,Single)
The value to use fo the first row and column in the new matrix.
The value to use fo the first row and second column in the new matrix.
The value to use fo the second row and first column in the new matrix.
The value to use fo the second row and column in the new matrix.
The value to use fo the third row and second column in the new matrix.
The value to use fo the thrid row and second column in the new matrix.
Initializes a new instance of the MatrixEx class.
Syntax
'Declaration
 
Public Function New( _
   ByVal firstRowFirstColumm As Single, _
   ByVal firstRowSecondColumn As Single, _
   ByVal secondRowFirstColumn As Single, _
   ByVal secondRowSecondColumn As Single, _
   ByVal thirdRowFirstColumn As Single, _
   ByVal thirdRowSecondColumn As Single _
)

Parameters

firstRowFirstColumm
The value to use fo the first row and column in the new matrix.
firstRowSecondColumn
The value to use fo the first row and second column in the new matrix.
secondRowFirstColumn
The value to use fo the second row and first column in the new matrix.
secondRowSecondColumn
The value to use fo the second row and column in the new matrix.
thirdRowFirstColumn
The value to use fo the third row and second column in the new matrix.
thirdRowSecondColumn
The value to use fo the thrid row and second column in the new matrix.
See Also

Reference

MatrixEx Class
MatrixEx Members
Overload List