You are here: Start » AVL.NET » DataCode Class
DataCode Class
Holds information about data code: its position and text which is encoded.
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.TS.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | DataCode(Single, Single, Polarity, String, Int32, Int32, Single, Single, Point2D[]) | |
![]() | DataCode(Path, Polarity, String, Int32, Int32, Single, Single, Point2D, Point2D[]) | |
![]() | DataCode() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Center | AvlNet.Point2D | |
![]() | ColumnCount | System.Int32 | |
![]() | Grid | AvlNet.Point2D[] | |
![]() | MaxModuleSize | System.Single | |
![]() | MinModuleSize | System.Single | |
![]() | Outline | AvlNet.Path | |
![]() | Polarity | AvlNet.Polarity | |
![]() | RowCount | System.Int32 | |
![]() | Text | System.String |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |