TDataMask010 Class

010: mask bits for which y mod 3 == 0

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

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