You are here: Start » AVL.NET » DataCode Class
DataCode Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Holds information about data code: its position and text which is encoded.
Constructors
| Constructor | Description | |
|---|---|---|
| DataCode(Path) | ||
| DataCode(Path, Polarity, String, Int32, Int32, Single, Single, Point2D, IList<Point2D>, IList<Point2D>) | ||
| DataCode(DataCode) | Creates a deep copy of the passed object. | |
| DataCode() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Center | AvlNet.Point2D | ||
| ColumnCount | System.Int32 | ||
| Corners | System.Collections.Generic.IReadOnlyList<AvlNet.Point2D> | ||
| Grid | System.Collections.Generic.IReadOnlyList<AvlNet.Point2D> | ||
| IsDisposed | System.Boolean | ||
| MaxModuleSize | System.Single | ||
| MinModuleSize | System.Single | ||
| Outline | AvlNet.Path | ||
| Polarity | AvlNet.Polarity | ||
| RowCount | System.Int32 | ||
| Text | System.String |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(AvlNet.DataCode) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.DataCode, AvlNet.DataCode) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.DataCode) | Resets this instance with data of the other DataCode object. | |
| ToString() | Inherited from System.Object |
