In c#.NET, How can I draw shapes on a picture ?
- by Amadeus45
Hello,
I'm doing a software where I need to put squary bordering fields on a sattelite map (.png image), so that the fields can be clicked.
What is the best way to add shapes on a picture and associate them with data ?
Many thanks