You are here: Start » AVL.NET » AVL.RecognizeSingleDataMatrix_Deprecated(AvlNet.Image, AvlNet.Rectangle2D[], AvlNet.DataMatrixCodeType, AvlNet.DataMatrix?, AvlNet.Image)

AVL.RecognizeSingleDataMatrix_Deprecated(AvlNet.Image, AvlNet.Rectangle2D[], AvlNet.DataMatrixCodeType, AvlNet.DataMatrix?, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RecognizeSingleDataMatrix_Deprecated(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D[] inDataMatrixPositions,
	AvlNet.DataMatrixCodeType inCodeType,
	out AvlNet.DataMatrix? outDataMatrix,
	out AvlNet.Image diagValues
)

Parameters

inImage
Type: AvlNet.Image
inDataMatrixPositions
Type: AvlNet.Rectangle2D
inCodeType
Type: AvlNet.DataMatrixCodeType
outDataMatrix
Type: System.Nullable<AvlNet.DataMatrix>
diagValues
Type: AvlNet.Image

See also