How to create BitmapImage using DrawScope (like do...
# compose
p
How to create BitmapImage using DrawScope (like doing in composable function Canvas but out of composition scope)? I need something like fun createImage(size: Size, builder: DrawScope.()->Unit) : BitmapImage
y
I've got an example of this I can dig up.
p
Thanks, Yuri! That's what i needed!