You are here:
Start »
AVL.NET »
MatrixCodeParams Constructor
MatrixCodeParams Constructor
Namespace: | Avl |
Assembly: | AvlNet.Types.dll |
Syntax
public MatrixCodeParams
(
int minRowCount_,
int maxRowCount_,
int minColumnCount_,
int maxColumnCount_,
float minModuleSize_,
float maxModuleSize_,
bool allowBrokenTiming_,
bool allowBrokenCorner_,
bool allowMirrored_,
bool allowOversizedModules_,
Optional<float> maxRectangleRatio_
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
| minRowCount_ | int | | | |
| maxRowCount_ | int | | | |
| minColumnCount_ | int | | | |
| maxColumnCount_ | int | | | |
| minModuleSize_ | float | | | |
| maxModuleSize_ | float | | | |
| allowBrokenTiming_ | bool | | | |
| allowBrokenCorner_ | bool | | | |
| allowMirrored_ | bool | | | |
| allowOversizedModules_ | bool | | | |
| maxRectangleRatio_ | Atl.Optional<float> | | | |
See also