You are here: Start » AVL.NET » DataCode Constructor

DataCode Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public DataCode
(
	Avl.CodePolarity polarity_,
	string text_,
	Avl.DataCodeType type_,
	int rowCount_,
	int columnCount_,
	float minModuleSize_,
	float maxModuleSize_,
	Avl.Point2D center_,
	float score_,
	float softScore_,
	Avl.DataCodeScores scores_
)

Parameters

Name Type Range Default Description
polarity_Avl.CodePolarity
text_string
type_Avl.DataCodeType
rowCount_int
columnCount_int
minModuleSize_float
maxModuleSize_float
center_Avl.Point2D
score_float
softScore_float
scores_Avl.DataCodeScores

See also