TDataMask100 Class

100: mask bits for which (x/2 + y/3) mod 2 == 0

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

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