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

AVL.ReadMultipleDataMatrices_Deprecated(AvlNet.Image, bool, AvlNet.DataMatrixCodeType, AvlNet.DataMatrix[], AvlNet.Rectangle2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ReadMultipleDataMatrices_Deprecated(
	AvlNet.Image inImage,
	bool inAllowRectangular,
	AvlNet.DataMatrixCodeType inCodeType,
	out AvlNet.DataMatrix[] outDataMatrices,
	out AvlNet.Rectangle2D outAlignedRoi
)

Parameters

inImage
Type: AvlNet.Image
inAllowRectangular
Type: System.Boolean
inCodeType
Type: AvlNet.DataMatrixCodeType
outDataMatrices
Type: AvlNet.DataMatrix
outAlignedRoi
Type: AvlNet.Rectangle2D

See also