You are here: Start » AVL.NET » AVL.ReadSingleDataMatrix_Deprecated(AvlNet.Image, bool, AvlNet.DataMatrixCodeType, AvlNet.DataMatrix?, AvlNet.Rectangle2D)

AVL.ReadSingleDataMatrix_Deprecated(AvlNet.Image, bool, AvlNet.DataMatrixCodeType, AvlNet.DataMatrix?, AvlNet.Rectangle2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ReadSingleDataMatrix_Deprecated(
	AvlNet.Image inImage,
	bool inAllowRectangular,
	AvlNet.DataMatrixCodeType inCodeType,
	out AvlNet.DataMatrix? outDataMatrix,
	out AvlNet.Rectangle2D outAlignedRoi
)

Parameters

inImage
Type: AvlNet.Image
inAllowRectangular
Type: System.Boolean
inCodeType
Type: AvlNet.DataMatrixCodeType
outDataMatrix
Type: System.Nullable<AvlNet.DataMatrix>
outAlignedRoi
Type: AvlNet.Rectangle2D

See also