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 |
