You are here: Start » AVL.NET » DataCode Constructor
DataCode Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public DataCode( AvlNet.Path outline, AvlNet.Polarity polarity, string text, int rowCount, int columnCount, float minModuleSize, float maxModuleSize, AvlNet.Point2D center, AvlNet.Point2D[] grid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | outline | AvlNet.Path | |||
| polarity | AvlNet.Polarity | ||||
| text | string | ||||
| rowCount | int | ||||
| columnCount | int | ||||
| minModuleSize | float | ||||
| maxModuleSize | float | ||||
| center | AvlNet.Point2D | ||||
| grid | AvlNet.Point2D |

