Gianni M Well-Known Member Licensed User Longtime User Jun 3, 2008 #1 Hi all, how to draw line into image control? is there a syntax as form1.Line(10,10,200,20,cred,bf) ? Thanks,
Hi all, how to draw line into image control? is there a syntax as form1.Line(10,10,200,20,cred,bf) ? Thanks,
agraham Expert Licensed User Longtime User Jun 3, 2008 #2 Use the ImageLib library to draw on the images's bitmap.
Gianni M Well-Known Member Licensed User Longtime User Jun 3, 2008 #3 yes, you are right i try it thank,
Erel B4X founder Staff member Licensed User Longtime User Jun 3, 2008 #4 There is an example here (post #4): http://www.b4x.com/forum/basic4ppc-wishlist/1583-drawing-image-control.html
There is an example here (post #4): http://www.b4x.com/forum/basic4ppc-wishlist/1583-drawing-image-control.html
Gianni M Well-Known Member Licensed User Longtime User Jun 3, 2008 #5 thank you Erel your answer are ever excellent