Skip to content

as image bitmap

milan edited this page Jun 7, 2023 · 2 revisions

//app/org.mjdev.balldontlie.base.helpers/Ext/asImageBitmap

asImageBitmap

[androidJvm]
fun Drawable.asImageBitmap(width: Int, height: Int): ImageBitmap

Function converts drawable to an ImageBitmap object used in compose painters.

Return

ImageBitmap function result

Receiver

Drawable drawable to convert from

Parameters

androidJvm

width Width width requested
height Height height requested
Clone this wiki locally