$width
$width
setRegion( $left, $top, $width, $height) : mixed
<p>Sets a square region of the bit matrix to true.</p>
$left | ; The horizontal position to begin at (inclusive) |
|
$top | ; The vertical position to begin at (inclusive) |
|
$width | ; The width of the region |
|
$height | ; The height of the region |
getRow( $y, $row) : \Zxing\Common\The
A fast method to retrieve one row of data from the matrix as a BitArray.
$y | ; The row to retrieve |
|
$row | ; An optional caller-allocated BitArray, will be allocated if null or too small |
resulting BitArray - this reference should always be used even when passing your own row