You are here: Start » AVL.NET » DataMatrix Class

DataMatrix Class

Holds information about DataMatrix: its position and text which is encoded.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
DataMatrix(Rectangle2D, String, DataMatrixType)
DataMatrix()

Properties

 NameTypeDescription
PositionAvlNet.Rectangle2D
TextSystem.String
TypeAvlNet.DataMatrixType

Methods

 NameDescription
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

Remarks

See also