KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.pdf417.encoder
/
BarcodeMatrix
Barcode
Matrix
class
BarcodeMatrix
Holds all of the information for a barcode in a format where it can be easily accessible
Members
Functions
get
Matrix
Link copied to clipboard
fun
getMatrix
(
)
:
Array
<
ByteArray
>
get
Scaled
Matrix
Link copied to clipboard
fun
getScaledMatrix
(
xScale
:
Int
,
yScale
:
Int
)
:
Array
<
ByteArray
>