TDataMask000 Class

000: mask bits for which (x + y) mod 2 == 0

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

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