Android Question [Solved] b4xcanvas initialize2?

Pflichtfeld

Active Member
Licensed User
I found these pretty lines in Erels 'round bitmap' example
B4X:
Dim bmp As Bitmap
bmp.InitializeMutable(200dip, 200dip)
Dim cvs As Canvas
cvs.Initialize2(bmp)
Is it possible, to use this crossplattform?
Or can I initialize a b4xcanvas with a mutable bmp somehow else?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
 
Upvote 0
Top