You are here: Start » AVL.NET » AVL.ReadMultipleDataMatrices_Deprecated(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, bool, AvlNet.DataMatrixCodeType, int?, int?, AvlNet.DataMatrix[], AvlNet.Image[])
AVL.ReadMultipleDataMatrices_Deprecated(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, bool, AvlNet.DataMatrixCodeType, int?, int?, AvlNet.DataMatrix[], AvlNet.Image[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadMultipleDataMatrices_Deprecated( AvlNet.Image inImage, AvlNet.Rectangle2D? inRoi, AvlNet.CoordinateSystem2D? inRoiAlignment, bool inAllowRectangular, AvlNet.DataMatrixCodeType inCodeType, int? inCodeColumnCount, int? inCodeRowCount, out AvlNet.DataMatrix[] outDataMatrices, out AvlNet.Image[] diagValues )
Parameters
- inImage
- Type: AvlNet.Image
- inRoi
- Type: System.Nullable<AvlNet.Rectangle2D>
- inRoiAlignment
- Type: System.Nullable<AvlNet.CoordinateSystem2D>
- inAllowRectangular
- Type: System.Boolean
- inCodeType
- Type: AvlNet.DataMatrixCodeType
- inCodeColumnCount
- Type: System.Nullable<System.Int32>
- inCodeRowCount
- Type: System.Nullable<System.Int32>
- outDataMatrices
- Type: AvlNet.DataMatrix
- diagValues
- Type: AvlNet.Image
