Hello!
I'm developing an application which loads an image, and then i have to mark some points with the mouse, above the image. these points should be on a separate layer, ie i don't want to modify image data.
What is the best way of doing this ? I was thinking of using directX, but i've seen that it is a little bit obsolete. Does GDI+ resolves ?
Thanks in advance