You are here: Start » AVL.NET » DataCode Class
DataCode Class
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
Holds information about data code: its position and text which is encoded.
Constructors
Constructor | Description | |
---|---|---|
![]() | DataCode() | |
![]() | DataCode(Path, CodePolarity, String, DataCodeType, Int32, Int32, Single, Single, Point2D, List<Point2D>, List<Point2D>, Single, Single, DataCodeScores) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Center | Avl.Point2D | |
![]() | ColumnCount | System.Int32 | |
![]() | Corners | System.Collections.Generic.List<Avl.Point2D> | |
![]() | Grid | System.Collections.Generic.List<Avl.Point2D> | |
![]() | IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | MaxModuleSize | System.Single | |
![]() | MinModuleSize | System.Single | |
![]() | Outline | Avl.Path | |
![]() | Polarity | Avl.CodePolarity | |
![]() | RowCount | System.Int32 | |
![]() | Scores | Avl.DataCodeScores | |
![]() | Score | System.Single | |
![]() | SoftScore | System.Single | |
![]() | Text | System.String | |
![]() | Type | Avl.DataCodeType |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Avl.DataCode) | |
![]() | Dispose() | Inherited from Avl.UnmanagedObject |
![]() | Equals(Avl.DataCode) | |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Avl.DataCode) | |
![]() | ToString() | Inherited from System.Object |