qrcode ~master (2018-01-26T20:33:29Z)
Dub
Repo
BitMatrix.set
qrcode
common
bitmatrix
BitMatrix
Sets the given bit to true.
@param integer $x @param integer $y @return void
class
BitMatrix
void
set
(
int
x
,
int
y
)
Meta
Source
See Implementation
qrcode
common
bitmatrix
BitMatrix
constructors
this
functions
clear
flip
get
getBottomRightOnBit
getEnclosingRectangle
getRow
getTopLeftOnBit
set
setRegion
setRow
properties
Bits
Height
RowSize
Width
Sets the given bit to true.
@param integer $x @param integer $y @return void