Blueforcer Well-Known Member Licensed User Longtime User Jul 8, 2019 #1 ive created a image with BitmapCreator and want to draw it with canvas.DrawImage wich wants a "Image". How i can convert this without saving it to a file? thanks!
ive created a image with BitmapCreator and want to draw it with canvas.DrawImage wich wants a "Image". How i can convert this without saving it to a file? thanks!
Erel B4X founder Staff member Licensed User Longtime User Jul 8, 2019 #2 B4XBitmap = Image. B4X: Dim i As Image = B4XBitmap1 I recommend you to use B4XCanvas instead of Canvas. Upvote 0
B4XBitmap = Image. B4X: Dim i As Image = B4XBitmap1 I recommend you to use B4XCanvas instead of Canvas.