You are here: Start » AVL.NET » DataMatrix Class
DataMatrix Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Holds information about DataMatrix: its position and text which is encoded.
Constructors
| Constructor | Description | |
|---|---|---|
| DataMatrix(Rectangle2D) | ||
| DataMatrix(Rectangle2D, String, DataMatrixType) | ||
| DataMatrix() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Position | AvlNet.Rectangle2D | ||
| Text | System.String | ||
| Type | AvlNet.DataMatrixType |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.DataMatrix) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.DataMatrix, AvlNet.DataMatrix) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
