Relative Content

Tag Archive for c#wpfmapsui

Multi-select in WPF on mapsui mapControl

I use mapsui control in WPF to show on the map 4 lines between 5 points. I implemented a method that shows the selected line by clicking on the map. Now I need to be able to select all 4 lines at the same time. It would be preferable that when the cursor is dragged, a polygon is formed and all the lines in them are selected. How could I implement such a method with Mapsui Control? Unfortunately I can’t find this information in the mapsui documentation on the site.

Multi-select in WPF on mapsui mapControl

I use mapsui control in WPF to show on the map 4 lines between 5 points. I implemented a method that shows the selected line by clicking on the map. Now I need to be able to select all 4 lines at the same time. It would be preferable that when the cursor is dragged, a polygon is formed and all the lines in them are selected. How could I implement such a method with Mapsui Control? Unfortunately I can’t find this information in the mapsui documentation on the site.