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

DataMatrix Class

Namespace:Avl
Assembly:AvlNet.Types.dll

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

Constructors

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

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
PositionAvl.Rectangle2D
TextSystem.String
TypeAvl.DataMatrixType

Methods

 NameDescription
CopyTo(Avl.DataMatrix)
Dispose()Inherited from Avl.UnmanagedObject
Equals(Avl.DataMatrix)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.DataMatrix)
ToString()Inherited from System.Object

Remarks

See also