Android Question B4XView - SetBitmap

sorex

Expert
Licensed User
Longtime User
it depends on the code and view that you use.

if I recall right there's .setBitmap and .bitmap depending on the view type but both require a bitmap.

you can still use the parent view (the not B4XView one) to set the bitmap.
 
Upvote 0
Top