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 |