I am trying to initialize a Mutable Bitmap so I can draw onto it with a canvas and then save to disk without drawing onto the activity, but I get
Unknown member: initializemutable
Here is what I did :
I read several times https://www.b4x.com/android/help/drawing.html#bitmapdrawable_initialize without finding any way to apply this :
InitializeMutable (Width As Int, Height As Int)
Creates a new mutable bitmap with the specified dimensions. You can use a Canvas object to draw on this bitmap.
Unknown member: initializemutable
Here is what I did :
B4X:
bitmap2.InitializeMutable(800,600)
I read several times https://www.b4x.com/android/help/drawing.html#bitmapdrawable_initialize without finding any way to apply this :

Creates a new mutable bitmap with the specified dimensions. You can use a Canvas object to draw on this bitmap.