TBitMatrixParser.readUtah Method

Definition

Reads the 8 bits of the standard Utah-shaped pattern.

See ISO 16022:2006, 5.8.1 Figure 6

Current row in the mapping matrix, anchored at the 8th bit (LSB) of the pattern Current column in the mapping matrix, anchored at the 8th bit (LSB) of the pattern Number of rows in the mapping matrix Number of columns in the mapping matrix byte from the utah shape

Delphi
function readUtah(row: Integer; column: Integer; numRows: Integer; numColumns: Integer): Integer

Parameters

row
Integer
column
Integer
numRows
Integer
numColumns
Integer

Returns

Integer