In .NET, How can I draw shapes on a picture ?

Posted by Amadeus45 on Stack Overflow See other posts from Stack Overflow or by Amadeus45
Published on 2010-06-16T19:10:03Z Indexed on 2010/06/16 19:22 UTC
Read the original article Hit count: 176

Filed under:
|

I'm doing a software where I need to put squary bordering fields on a satelite 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 ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET