Drawiing shapes & getting their co-ordinates?

Joined
Jun 23, 2006
Messages
14
Programming Experience
1-3
Hi.
I'm completely new to image editing with vb.net. What I want to do is to create a tool to help the user create imagemaps for HTML pages. So bascally, I want the user to select a shape(square, circle, or polygon) from DropDownList1, and then be able to draw that shape on a picturebox(Pic1), by click-and-darg with the mouse. I then need to get the co-ordinates of that shape. I have no idea where to even begin. Could someone help me with this?
Thanks.
 
Back
Top