How can i draw on a picturebox image using mouse in vb.net a line or brush?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Converted a similar question from C# to VB.NET, using a line - tested and working:
|
|||
|
|
|
I have modified your code to place a "dot", which can be moved (overwritten) on mouse click What I need is this to be used for more than one "dot", say four. The user selects a marker from the list, and places it on the picture box, they then select another and place in a different location, however it overwrites the previous marker.
|
|||
|
|