TDataMask011 Class

011: mask bits for which (x + y) mod 3 == 0

Unit: ZXing.QrCode.Internal.DataMask
System.TObject
  ZXing.QrCode.Internal.DataMask.TDataMask
    ZXing.QrCode.Internal.DataMask.TDataMask011
type TDataMask011 = class(TDataMask)

The TDataMask011 type exposes the following members.

Show:
 NameDescription
forReference
unmaskBitMatrix

Implementations of this method reverse the data masking process applied to a QR Code and make its bits ready to read.

(Inherited from ZXing.QrCode.Internal.DataMask.TDataMask .)
Top