Hi DanDanGong,
Here you have a small example of basic drawing on an image.
The program doesn't memorize nor save the x,y coordinates of the different points. It's a small version of this drawing program:
http://www.basic4ppc.com/forum/share...program-5.html
It's not that difficult to memorize the coordinates in arrays and save them. But you must not only memorize the x,y, coordinates but you must also memorise between what points you have a line.
For vector graphics that memorizes and saves the x,y coordinates, have a look at this program. Here the coordinates of the points are saved.
http://www.basic4ppc.com/forum/share...aled-maps.html
Best regards.