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