-
Notifications
You must be signed in to change notification settings - Fork 0
as image bitmap
milan edited this page Jun 7, 2023
·
2 revisions
//app/org.mjdev.balldontlie.base.helpers/Ext/asImageBitmap
[androidJvm]
fun Drawable.asImageBitmap(width: Int, height: Int): ImageBitmap
Function converts drawable to an ImageBitmap object used in compose painters.
ImageBitmap function result
Drawable drawable to convert from
androidJvm
width | Width width requested |
height | Height height requested |