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

DataCode Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public DataCode
(
	Avl.Path outline_,
	Avl.CodePolarity polarity_,
	string text_,
	Avl.DataCodeType type_,
	int rowCount_,
	int columnCount_,
	float minModuleSize_,
	float maxModuleSize_,
	Avl.Point2D center_,
	List<Avl.Point2D> grid_,
	List<Avl.Point2D> corners_,
	float score_,
	float softScore_,
	Avl.DataCodeScores scores_
)

Parameters

Name Type Range Default Description
outline_Avl.Path
polarity_Avl.CodePolarity
text_string
type_Avl.DataCodeType
rowCount_int
columnCount_int
minModuleSize_float
maxModuleSize_float
center_Avl.Point2D
grid_System.Collections.Generic.List<Avl.Point2D>
corners_System.Collections.Generic.List<Avl.Point2D>
score_float
softScore_float
scores_Avl.DataCodeScores

See also