Мне нужно построить приложение c# winform, которое позволяет использовать файл изображения в качестве карты с функциями масштабирования и интерактивными объектами над ним
I need to build a c# WinForm application that allows to use an image file as a map with zooming functions and interactive objects to overlay over the map. For example, a map layout to be imported could be some picture or draw of some empty room, so I need to be able to populate that room with objects that I could drag over the room, for example furnitures, each furniture need to be interactive or clickable because I need to show some characteristics of each one by clicking them over the map. I will appreciate any help. Sorry my English, it's not my native language.
Что я уже пробовал:
I have try with SharpMap.UI but I don't see how to load an image (jpg,jpeg,png,bmp or other) as layout instead a shape(.shp).