QRCode-Kotlin
Toggle table of contents
4.5.0
android
Platform filter
android
Switch theme
Search in API
QRCode-Kotlin
QRCode-Kotlin
/
qrcode.render.graphics
/
BitmapGraphics
/
BitmapGraphics
Bitmap
Graphics
android
constructor
(
width
:
Int
,
height
:
Int
,
image
:
Bitmap
=
Bitmap.createBitmap(width, height, ARGB_8888)
)
(
source
)