TBinaryBitmap Class

Unit: ZXing.BinaryBitmap
System.TObject
  ZXing.BinaryBitmap.TBinaryBitmap
type TBinaryBitmap = class(TObject)

The TBinaryBitmap type exposes the following members.

Show:
 NameDescription
Create

Destroy

Top
Show:
 NameDescription
BlackMatrix

Height

Width

Top
Show:
 NameDescription
RotateSupported

getBlackRow

Converts one row of luminance data to 1 bit data. May actually do the conversion, or return cached data. Callers should assume this method is expensive and call it as seldom as possible. This method is intended for decoding 1D barcodes and may choose to apply sharpening.

rotateCounterClockwise

Top