Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为一个控制台应用程序,我正在使用 Bing 地图、纬度/经度和图钉创建地图。另存为.jpg。一切都很好。但是,现在,我想在所述地图上绘制一个多边形。看来这可能是不可能的;我找不到答案。通过网页动态似乎是唯一的方法;我需要通过控制台应用程序来实现。
REST 服务不支持自定义多边形和自定义折线。
由于您在控制台应用程序中并且将图像保存为 JPG 文件,因此您可以使用 GDI 或其他技术将自己的内容绘制到图像上以直接操作图像。目前,没有其他办法。