sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core-ktx
/
androidx.core.graphics
/
decodeBitmap
decode
Bitmap
@
RequiresApi
(
value
=
28
)
inline
fun
ImageDecoder.Source
.
decodeBitmap
(
crossinline
action
:
ImageDecoder
.
(
info
:
ImageDecoder.ImageInfo
,
source
:
ImageDecoder.Source
)
->
Unit
)
:
Bitmap
(
source
)
Create a Bitmap from a Source
See also
Image
Decoder.
decode
Bitmap