TDataMask101 Class

101: mask bits for which xy mod 2 + xy mod 3 == 0

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

The TDataMask101 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